Html Css Color HEX #AD02CF Dark Violet

📋 copy color: '#AD02CF'

red 173 ◦ green 2 ◦ blue 207

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

Shades of Dark Violet #AD02CF

Tints of Dark Violet #AD02CF

RGB

 RED value IS 173 (67.97% from 255) = 45.29%

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 45.29%
G = 0.52%
B = 54.19%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD02CF (or 0xAD02CF) is known color: Dark Violet. HEX triplet: AD, 02 and CF. RGB value is (173,2,207). Sum of RGB (Red+Green+Blue) = 173+2+207=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD02CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD02CF is #52FD30. Grayscale: #4B4B4B. Windows color (decimal): -5438769 or 13566637. OLE color: 13566637.

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

Color convert

RGB 173 2 207 -
CMYK 0.16 0.99 0 0.19
HSL 290.05º 0.98% 0.41% -
HSV(B) 290.05º 0.99% 0.81% -
XYZ 28.52 13.43 60.12 -
YUV 76.5 201.65 196.83 -
System Red Green Blue C M Y K H S L
Decimal 173 2 207 0.16 0.99 0 0.19 290.05 0.98 0.41
Hex AD 2 CF 10 63 0 13 122 62 29
Octal 255 2 317 20 143 0 23 442 142 51
Binary 10101101 10 11001111 10000 1100011 0 10011 100100010 1100010 101001

Color Harmonies of #AD02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD02CF

Black with #AD02CF

Text Example


Text Example

White with #AD02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD02CF; }

 p { color: rgb(173,2,207); }

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

background-color css

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

 a { background-color: rgb(173,2,207); }

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

border-color css

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

 span { border-color: rgb(173,2,207); }

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