Html Css Color HEX #AD08CB Dark Violet

📋 copy color: '#AD08CB'

red 173 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #AD08CB

Tints of Dark Violet #AD08CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.08%

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

R = 45.05%
G = 2.08%
B = 52.86%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD08CB (or 0xAD08CB) is known color: Dark Violet. HEX triplet: AD, 08 and CB. RGB value is (173,8,203). Sum of RGB (Red+Green+Blue) = 173+8+203=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD08CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08CB is #52F734. Grayscale: #4E4E4E. Windows color (decimal): -5437237 or 13306029. OLE color: 13306029.

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

Color convert

RGB 173 8 203 -
CMYK 0.15 0.96 0 0.20
HSL 290.77º 0.92% 0.41% -
HSV(B) 290.77º 0.96% 0.8% -
XYZ 28.1 13.37 57.6 -
YUV 79.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 173 8 203 0.15 0.96 0 0.20 290.77 0.92 0.41
Hex AD 8 CB F 60 0 14 123 5C 29
Octal 255 10 313 17 140 0 24 443 134 51
Binary 10101101 1000 11001011 1111 1100000 0 10100 100100011 1011100 101001

Color Harmonies of #AD08CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08CB

Black with #AD08CB

Text Example


Text Example

White with #AD08CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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