Html Css Color HEX #AF11DE Dark Violet

📋 copy color: '#AF11DE'

red 175 ◦ green 17 ◦ blue 222

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

Shades of Dark Violet #AF11DE

Tints of Dark Violet #AF11DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 42.27%
G = 4.11%
B = 53.62%

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

#AF11DE (or 0xAF11DE) is known color: Dark Violet. HEX triplet: AF, 11 and DE. RGB value is (175,17,222). Sum of RGB (Red+Green+Blue) = 175+17+222=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF11DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11DE is #50EE21. Grayscale: #565656. Windows color (decimal): -5303842 or 14553519. OLE color: 14553519.

HSL color Cylindrical-coordinate representation of color #AF11DE: hue angle of 286.24º 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 #AF11DE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 17 222 -
CMYK 0.21 0.92 0 0.13
HSL 286.24º 0.86% 0.47% -
HSV(B) 286.24º 0.92% 0.87% -
XYZ 31.06 14.79 70.32 -
YUV 87.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 175 17 222 0.21 0.92 0 0.13 286.24 0.86 0.47
Hex AF 11 DE 15 5C 0 D 11E 56 2F
Octal 257 21 336 25 134 0 15 436 126 57
Binary 10101111 10001 11011110 10101 1011100 0 1101 100011110 1010110 101111

Color Harmonies of #AF11DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11DE

Black with #AF11DE

Text Example


Text Example

White with #AF11DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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