Html Css Color HEX #AF10DC Dark Violet

📋 copy color: '#AF10DC'

red 175 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #AF10DC

Tints of Dark Violet #AF10DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

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

R = 42.58%
G = 3.89%
B = 53.53%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF10DC (or 0xAF10DC) is known color: Dark Violet. HEX triplet: AF, 10 and DC. RGB value is (175,16,220). Sum of RGB (Red+Green+Blue) = 175+16+220=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF10DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10DC is #50EF23. Grayscale: #565656. Windows color (decimal): -5304100 or 14422191. OLE color: 14422191.

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

Color convert

RGB 175 16 220 -
CMYK 0.20 0.93 0 0.14
HSL 286.76º 0.86% 0.46% -
HSV(B) 286.76º 0.93% 0.86% -
XYZ 30.78 14.65 68.92 -
YUV 86.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 175 16 220 0.20 0.93 0 0.14 286.76 0.86 0.46
Hex AF 10 DC 14 5D 0 E 11F 56 2E
Octal 257 20 334 24 135 0 16 437 126 56
Binary 10101111 10000 11011100 10100 1011101 0 1110 100011111 1010110 101110

Color Harmonies of #AF10DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10DC

Black with #AF10DC

Text Example


Text Example

White with #AF10DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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