Html Css Color HEX #AF10DE Dark Violet

📋 copy color: '#AF10DE'

red 175 ◦ green 16 ◦ blue 222

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

Shades of Dark Violet #AF10DE

Tints of Dark Violet #AF10DE

RGB

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

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

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

R = 42.37%
G = 3.87%
B = 53.75%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF10DE (or 0xAF10DE) is known color: Dark Violet. HEX triplet: AF, 10 and DE. RGB value is (175,16,222). Sum of RGB (Red+Green+Blue) = 175+16+222=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF10DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10DE is #50EF21. Grayscale: #565656. Windows color (decimal): -5304098 or 14553263. OLE color: 14553263.

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

Color convert

RGB 175 16 222 -
CMYK 0.21 0.93 0 0.13
HSL 286.31º 0.87% 0.47% -
HSV(B) 286.31º 0.93% 0.87% -
XYZ 31.05 14.76 70.32 -
YUV 87.03 204.18 190.75 -
System Red Green Blue C M Y K H S L
Decimal 175 16 222 0.21 0.93 0 0.13 286.31 0.87 0.47
Hex AF 10 DE 15 5D 0 D 11E 57 2F
Octal 257 20 336 25 135 0 15 436 127 57
Binary 10101111 10000 11011110 10101 1011101 0 1101 100011110 1010111 101111

Color Harmonies of #AF10DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF10DE

Black with #AF10DE

Text Example


Text Example

White with #AF10DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF10DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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