Html Css Color HEX #AD01CB Dark Violet

📋 copy color: '#AD01CB'

red 173 ◦ green 1 ◦ blue 203

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

Shades of Dark Violet #AD01CB

Tints of Dark Violet #AD01CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 45.89%
G = 0.27%
B = 53.85%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD01CB (or 0xAD01CB) is known color: Dark Violet. HEX triplet: AD, 01 and CB. RGB value is (173,1,203). Sum of RGB (Red+Green+Blue) = 173+1+203=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD01CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD01CB is #52FE34. Grayscale: #4A4A4A. Windows color (decimal): -5439029 or 13304237. OLE color: 13304237.

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

Color convert

RGB 173 1 203 -
CMYK 0.15 1.00 0 0.20
HSL 291.09º 0.99% 0.4% -
HSV(B) 291.09º 1% 0.8% -
XYZ 28.02 13.22 57.57 -
YUV 75.46 199.98 197.57 -
System Red Green Blue C M Y K H S L
Decimal 173 1 203 0.15 1.00 0 0.20 291.09 0.99 0.4
Hex AD 1 CB F 64 0 14 123 63 28
Octal 255 1 313 17 144 0 24 443 143 50
Binary 10101101 1 11001011 1111 1100100 0 10100 100100011 1100011 101000

Color Harmonies of #AD01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01CB

Black with #AD01CB

Text Example


Text Example

White with #AD01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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