Html Css Color HEX #AF11DD Dark Violet

📋 copy color: '#AF11DD'

red 175 ◦ green 17 ◦ blue 221

#AF11DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AF11DD

Tints of Dark Violet #AF11DD

RGB

 RED value IS 175 (68.75% from 255) = 42.37%

 GREEN value IS 17 (7.03% from 255) = 4.12%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 42.37%
G = 4.12%
B = 53.51%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF11DD (or 0xAF11DD) is known color: Dark Violet. HEX triplet: AF, 11 and DD. RGB value is (175,17,221). Sum of RGB (Red+Green+Blue) = 175+17+221=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11DD is #50EE22. Grayscale: #565656. Windows color (decimal): -5303843 or 14487983. OLE color: 14487983.

HSL color Cylindrical-coordinate representation of color #AF11DD: hue angle of 286.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11DD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 17 221 -
CMYK 0.21 0.92 0 0.13
HSL 286.47º 0.86% 0.47% -
HSV(B) 286.47º 0.92% 0.87% -
XYZ 30.93 14.74 69.62 -
YUV 87.5 203.35 190.41 -
System Red Green Blue C M Y K H S L
Decimal 175 17 221 0.21 0.92 0 0.13 286.47 0.86 0.47
Hex AF 11 DD 15 5C 0 D 11E 56 2F
Octal 257 21 335 25 134 0 15 436 126 57
Binary 10101111 10001 11011101 10101 1011100 0 1101 100011110 1010110 101111

Color Harmonies of #AF11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11DD

Black with #AF11DD

Text Example


Text Example

White with #AF11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11DD; }

 p { color: rgb(175,17,221); }

 H1.HeaderClassName
 {
   color: #AF11DD;
 }
 .AnyTagClassName
 {
   color: #AF11DD;
 }
</style>

background-color css

<style>
 a { background-color: #AF11DD; }

 a { background-color: rgb(175,17,221); }

 div.DivClassName
 {
   background-color: #AF11DD;
 }
 .BgClassName
 {
   background-color: #AF11DD;
 }
</style>

border-color css

<style>
 span { border-color: #AF11DD; }

 span { border-color: rgb(175,17,221); }

 td.TdClassName
 {
   border-color: #AF11DD;
 }
 .TagClassName
 {
   border-color: #AF11DD;
 }
</style>