Html Css Color HEX #AD0BA9 Dark Magenta

📋 copy color: '#AD0BA9'

red 173 ◦ green 11 ◦ blue 169

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

Shades of Dark Magenta #AD0BA9

Tints of Dark Magenta #AD0BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

 BLUE value IS 169 (66.41% from 255) = 47.88%

R = 49.01%
G = 3.12%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD0BA9 (or 0xAD0BA9) is known color: Dark Magenta. HEX triplet: AD, 0B and A9. RGB value is (173,11,169). Sum of RGB (Red+Green+Blue) = 173+11+169=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0BA9 is #52F456. Grayscale: #4C4C4C. Windows color (decimal): -5436503 or 11078573. OLE color: 11078573.

HSL color Cylindrical-coordinate representation of color #AD0BA9: hue angle of 301.48º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 11 169 -
CMYK 0 0.94 0.02 0.32
HSL 301.48º 0.88% 0.36% -
HSV(B) 301.48º 0.94% 0.68% -
XYZ 24.51 11.99 38.56 -
YUV 77.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 173 11 169 0 0.94 0.02 0.32 301.48 0.88 0.36
Hex AD B A9 0 5E 2 20 12D 58 24
Octal 255 13 251 0 136 2 40 455 130 44
Binary 10101101 1011 10101001 0 1011110 10 100000 100101101 1011000 100100

Color Harmonies of #AD0BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BA9

Black with #AD0BA9

Text Example


Text Example

White with #AD0BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BA9; }

 p { color: rgb(173,11,169); }

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

background-color css

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

 a { background-color: rgb(173,11,169); }

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

border-color css

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

 span { border-color: rgb(173,11,169); }

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