Html Css Color HEX #AD03CB Dark Violet

📋 copy color: '#AD03CB'

red 173 ◦ green 3 ◦ blue 203

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

Shades of Dark Violet #AD03CB

Tints of Dark Violet #AD03CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 45.65%
G = 0.79%
B = 53.56%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD03CB (or 0xAD03CB) is known color: Dark Violet. HEX triplet: AD, 03 and CB. RGB value is (173,3,203). Sum of RGB (Red+Green+Blue) = 173+3+203=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD03CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03CB is #52FC34. Grayscale: #4C4C4C. Windows color (decimal): -5438517 or 13304749. OLE color: 13304749.

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

Color convert

RGB 173 3 203 -
CMYK 0.15 0.99 0 0.20
HSL 291º 0.97% 0.4% -
HSV(B) 291º 0.99% 0.8% -
XYZ 28.05 13.26 57.58 -
YUV 76.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 173 3 203 0.15 0.99 0 0.20 291 0.97 0.4
Hex AD 3 CB F 63 0 14 123 61 28
Octal 255 3 313 17 143 0 24 443 141 50
Binary 10101101 11 11001011 1111 1100011 0 10100 100100011 1100001 101000

Color Harmonies of #AD03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03CB

Black with #AD03CB

Text Example


Text Example

White with #AD03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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