Html Css Color HEX #AF02DE Dark Violet

📋 copy color: '#AF02DE'

red 175 ◦ green 2 ◦ blue 222

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

Shades of Dark Violet #AF02DE

Tints of Dark Violet #AF02DE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 43.86%
G = 0.5%
B = 55.64%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF02DE (or 0xAF02DE) is known color: Dark Violet. HEX triplet: AF, 02 and DE. RGB value is (175,2,222). Sum of RGB (Red+Green+Blue) = 175+2+222=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF02DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02DE is #50FD21. Grayscale: #4E4E4E. Windows color (decimal): -5307682 or 14549679. OLE color: 14549679.

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

Color convert

RGB 175 2 222 -
CMYK 0.21 0.99 0 0.13
HSL 287.18º 0.98% 0.44% -
HSV(B) 287.18º 0.99% 0.87% -
XYZ 30.89 14.43 70.26 -
YUV 78.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 175 2 222 0.21 0.99 0 0.13 287.18 0.98 0.44
Hex AF 2 DE 15 63 0 D 11F 62 2C
Octal 257 2 336 25 143 0 15 437 142 54
Binary 10101111 10 11011110 10101 1100011 0 1101 100011111 1100010 101100

Color Harmonies of #AF02DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02DE

Black with #AF02DE

Text Example


Text Example

White with #AF02DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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