Html Css Color HEX #AD05CB Dark Violet

📋 copy color: '#AD05CB'

red 173 ◦ green 5 ◦ blue 203

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

Shades of Dark Violet #AD05CB

Tints of Dark Violet #AD05CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 45.41%
G = 1.31%
B = 53.28%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD05CB (or 0xAD05CB) is known color: Dark Violet. HEX triplet: AD, 05 and CB. RGB value is (173,5,203). Sum of RGB (Red+Green+Blue) = 173+5+203=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD05CB is #52FA34. Grayscale: #4D4D4D. Windows color (decimal): -5438005 or 13305261. OLE color: 13305261.

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

Color convert

RGB 173 5 203 -
CMYK 0.15 0.98 0 0.20
HSL 290.91º 0.95% 0.41% -
HSV(B) 290.91º 0.98% 0.8% -
XYZ 28.07 13.3 57.59 -
YUV 77.8 198.66 195.9 -
System Red Green Blue C M Y K H S L
Decimal 173 5 203 0.15 0.98 0 0.20 290.91 0.95 0.41
Hex AD 5 CB F 62 0 14 123 5F 29
Octal 255 5 313 17 142 0 24 443 137 51
Binary 10101101 101 11001011 1111 1100010 0 10100 100100011 1011111 101001

Color Harmonies of #AD05CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05CB

Black with #AD05CB

Text Example


Text Example

White with #AD05CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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