Html Css Color HEX #AF11DC Dark Violet

📋 copy color: '#AF11DC'

red 175 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #AF11DC

Tints of Dark Violet #AF11DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 42.48%
G = 4.13%
B = 53.4%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF11DC (or 0xAF11DC) is known color: Dark Violet. HEX triplet: AF, 11 and DC. RGB value is (175,17,220). Sum of RGB (Red+Green+Blue) = 175+17+220=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF11DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11DC is #50EE23. Grayscale: #565656. Windows color (decimal): -5303844 or 14422447. OLE color: 14422447.

HSL color Cylindrical-coordinate representation of color #AF11DC: hue angle of 286.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11DC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 17 220 -
CMYK 0.20 0.92 0 0.14
HSL 286.7º 0.86% 0.46% -
HSV(B) 286.7º 0.92% 0.86% -
XYZ 30.8 14.68 68.92 -
YUV 87.38 202.85 190.49 -
System Red Green Blue C M Y K H S L
Decimal 175 17 220 0.20 0.92 0 0.14 286.7 0.86 0.46
Hex AF 11 DC 14 5C 0 E 11F 56 2E
Octal 257 21 334 24 134 0 16 437 126 56
Binary 10101111 10001 11011100 10100 1011100 0 1110 100011111 1010110 101110

Color Harmonies of #AF11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF11DC

Black with #AF11DC

Text Example


Text Example

White with #AF11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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