Html Css Color HEX #AD00CB Dark Violet

📋 copy color: '#AD00CB'

red 173 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #AD00CB

Tints of Dark Violet #AD00CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 46.01%
G = 0%
B = 53.99%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD00CB (or 0xAD00CB) is known color: Dark Violet. HEX triplet: AD, 00 and CB. RGB value is (173,0,203). Sum of RGB (Red+Green+Blue) = 173+0+203=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD00CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD00CB is #52FF34. Grayscale: #4A4A4A. Windows color (decimal): -5439285 or 13303981. OLE color: 13303981.

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

Color convert

RGB 173 0 203 -
CMYK 0.15 1 0 0.20
HSL 291.13º 1% 0.4% -
HSV(B) 291.13º 1% 0.8% -
XYZ 28.01 13.2 57.57 -
YUV 74.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 173 0 203 0.15 1 0 0.20 291.13 1 0.4
Hex AD 0 CB F 64 0 14 123 64 28
Octal 255 0 313 17 144 0 24 443 144 50
Binary 10101101 0 11001011 1111 1100100 0 10100 100100011 1100100 101000

Color Harmonies of #AD00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00CB

Black with #AD00CB

Text Example


Text Example

White with #AD00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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