COLOR #AF33DB

HEX: #AF33DB RGB: (175,51,219)

Color info

#AF33DB contains mainly red and blue colors. Web safe color of #AF33DB is #9933CC (or #93C).

RGB color model

#AF33DB color RGB value is (175,51,219).

RGB: (175,51,219) (69%, 20%, 86%)

RGB channels and saturation

R 175 of 255 = 69%
G 51 of 255 = 20%
B 219 of 255 = 86%

175
51
219

R + G + B ~ 58%. #AF33DB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 51 + 219 = 445 (100%)
R 175 of 445 ~ 39.33%
G 51 of 445 ~ 11.46%
B 219 of 445 ~ 49.21'%

%39.33
%11.46
%49.21

CMYK color model

#AF33DB color CMYK value is (20,77,0,14).

  • cyan value is 20.09%
  • magenta value is 76.71%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (20,77,0,14)
C20M77Y0K14 (20%, 77%, 0%, 14%)
(0.20 / 0.77 / 0.00 / 0.14)

CMYK percentages

%20.09
%76.71
%0
%14.12

Codes

Color #AF33DB in popluar color models

AF 33 DB
RGB 175 51 219
HSL 284° 70.00% 52.94%
HSB/HSV 284° 76.71% 85.88%
CMYK 20.09% 76.71% 0.00%
14.12%

Color #AF33DB in popluar number systems.

HEX AF 33 DB
Decimal 175 51 219
Binary 10101111 110011 11011011
Octal 257 63 333

Shades and tints

Shades of #AF33DB

#AF33DB
(175,51,219)
#A02FC8
(160,47,200)
#912BB5
(145,43,181)
#8227A2
(130,39,162)
#73238F
(115,35,143)
#641F7C
(100,31,124)
#551B69
(85,27,105)
#461756
(70,23,86)
#371343
(55,19,67)
#280F30
(40,15,48)
#190B1D
(25,11,29)
#000000
(0,0,0)

Tints of #AF33DB

#AF33DB
(175,51,219)
#B645DE
(182,69,222)
#BD57E1
(189,87,225)
#C469E4
(196,105,228)
#CB7BE7
(203,123,231)
#D28DEA
(210,141,234)
#D99FED
(217,159,237)
#E0B1F0
(224,177,240)
#E7C3F3
(231,195,243)
#EED5F6
(238,213,246)
#F5E7F9
(245,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF33DB color. Also use rgb(175,51,219) instead hex code.

Text Font Color

.myTextColor { color: #AF33DB; }

<p style="color:#AF33DB">This sample text font color is #AF33DB.</p>

This text font color is #AF33DB.

Background Color

.myBgColor { background-color: #AF33DB; }

<div style="background-color:#AF33DB">Inner text</div>

This div background color is #AF33DB.

Border color

.myBorderColor { border: 1px solid #AF33DB; }

<div style="border:3px solid #AF33DB">Div</div>

This div border color is #AF33DB.

Opacity

.myOpacity80 { color: #AF33DB; opacity: 0.8; }

<p style="color:#AF33DB;opacity:0.8;">80%</p>

Text with #AF33DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF33DB;}

<p style="text-shadow: 3px 3px 1px #AF33DB">Text here.</p>

This text has shadow with #AF33DB color.


.textShadow {text-shadow: 3px 3px 1px #AF33DB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF33DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF33DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF33DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF33DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF33DB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF33DB;
-webkit-box-shadow: 1px 1px 3px 2px #AF33DB;
box-shadow: 1px 1px 3px 2px #AF33DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF33DB; -webkit-box-shadow: 1px 1px 3px 2px #AF33DB; box-shadow:1px 1px 3px 2px #AF33DB;">
Div content here
</div>

This div box has shadow with color #AF33DB.

Preview

Color preview on black background

This text has color #AF33DB on black background.


Color preview on white background

This text has color #AF33DB on white background.


Black color preview on #AF33DB background

This text has black color on #AF33DB background.


White color preview on #AF33DB background

This text has white color on #AF33DB background.


Related colors

Complementary color

Complementary color for #hex is #50CC24.


I love getcolorcode.com

Triadic colors

1 #DBAF33 and #33DBAF with #AF33DB are triadic colors.

2 #DB33AF and #33AFDB with #AF33DB are triadic colors.