Html Css Color HEX #AD0B9A Dark Magenta

📋 copy color: '#AD0B9A'

red 173 ◦ green 11 ◦ blue 154

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

Shades of Dark Magenta #AD0B9A

Tints of Dark Magenta #AD0B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 51.18%
G = 3.25%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD0B9A (or 0xAD0B9A) is known color: Dark Magenta. HEX triplet: AD, 0B and 9A. RGB value is (173,11,154). Sum of RGB (Red+Green+Blue) = 173+11+154=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 11 (4.69% from 255 or 3.25% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B9A is #52F465. Grayscale: #4B4B4B. Windows color (decimal): -5436518 or 10095533. OLE color: 10095533.

HSL color Cylindrical-coordinate representation of color #AD0B9A: hue angle of 307.04º 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 #AD0B9A is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 11 154 -
CMYK 0 0.94 0.11 0.32
HSL 307.04º 0.88% 0.36% -
HSV(B) 307.04º 0.94% 0.68% -
XYZ 23.19 11.46 31.56 -
YUV 75.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 173 11 154 0 0.94 0.11 0.32 307.04 0.88 0.36
Hex AD B 9A 0 5E B 20 133 58 24
Octal 255 13 232 0 136 13 40 463 130 44
Binary 10101101 1011 10011010 0 1011110 1011 100000 100110011 1011000 100100

Color Harmonies of #AD0B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B9A

Black with #AD0B9A

Text Example


Text Example

White with #AD0B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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