Html Css Color HEX #AD00CA Dark Violet

📋 copy color: '#AD00CA'

red 173 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #AD00CA

Tints of Dark Violet #AD00CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 53.87%

R = 46.13%
G = 0%
B = 53.87%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD00CA (or 0xAD00CA) is known color: Dark Violet. HEX triplet: AD, 00 and CA. RGB value is (173,0,202). Sum of RGB (Red+Green+Blue) = 173+0+202=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD00CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00CA is #52FF35. Grayscale: #4A4A4A. Windows color (decimal): -5439286 or 13238445. OLE color: 13238445.

HSL color Cylindrical-coordinate representation of color #AD00CA: hue angle of 291.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00CA is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 0 202 -
CMYK 0.14 1 0 0.21
HSL 291.39º 1% 0.4% -
HSV(B) 291.39º 1% 0.79% -
XYZ 27.89 13.15 56.94 -
YUV 74.76 199.81 198.07 -
System Red Green Blue C M Y K H S L
Decimal 173 0 202 0.14 1 0 0.21 291.39 1 0.4
Hex AD 0 CA E 64 0 15 123 64 28
Octal 255 0 312 16 144 0 25 443 144 50
Binary 10101101 0 11001010 1110 1100100 0 10101 100100011 1100100 101000

Color Harmonies of #AD00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00CA

Black with #AD00CA

Text Example


Text Example

White with #AD00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00CA; }

 p { color: rgb(173,0,202); }

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

background-color css

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

 a { background-color: rgb(173,0,202); }

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

border-color css

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

 span { border-color: rgb(173,0,202); }

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