Html Css Color HEX #AF02D0 Dark Violet

📋 copy color: '#AF02D0'

red 175 ◦ green 2 ◦ blue 208

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

Shades of Dark Violet #AF02D0

Tints of Dark Violet #AF02D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 45.45%
G = 0.52%
B = 54.03%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF02D0 (or 0xAF02D0) is known color: Dark Violet. HEX triplet: AF, 02 and D0. RGB value is (175,2,208). Sum of RGB (Red+Green+Blue) = 175+2+208=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF02D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF02D0 is #50FD2F. Grayscale: #4C4C4C. Windows color (decimal): -5307696 or 13632175. OLE color: 13632175.

HSL color Cylindrical-coordinate representation of color #AF02D0: hue angle of 290.39º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02D0 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 2 208 -
CMYK 0.16 0.99 0 0.18
HSL 290.39º 0.98% 0.41% -
HSV(B) 290.39º 0.99% 0.82% -
XYZ 29.09 13.71 60.79 -
YUV 77.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 175 2 208 0.16 0.99 0 0.18 290.39 0.98 0.41
Hex AF 2 D0 10 63 0 12 122 62 29
Octal 257 2 320 20 143 0 22 442 142 51
Binary 10101111 10 11010000 10000 1100011 0 10010 100100010 1100010 101001

Color Harmonies of #AF02D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF02D0

Black with #AF02D0

Text Example


Text Example

White with #AF02D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF02D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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