Html Css Color HEX #AD0B99 Dark Magenta

📋 copy color: '#AD0B99'

red 173 ◦ green 11 ◦ blue 153

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

Shades of Dark Magenta #AD0B99

Tints of Dark Magenta #AD0B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.4%

R = 51.34%
G = 3.26%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD0B99 (or 0xAD0B99) is known color: Dark Magenta. HEX triplet: AD, 0B and 99. RGB value is (173,11,153). Sum of RGB (Red+Green+Blue) = 173+11+153=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0B99 is #52F466. Grayscale: #4B4B4B. Windows color (decimal): -5436519 or 10029997. OLE color: 10029997.

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

Color convert

RGB 173 11 153 -
CMYK 0 0.94 0.12 0.32
HSL 307.41º 0.88% 0.36% -
HSV(B) 307.41º 0.94% 0.68% -
XYZ 23.1 11.42 31.12 -
YUV 75.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 173 11 153 0 0.94 0.12 0.32 307.41 0.88 0.36
Hex AD B 99 0 5E C 20 133 58 24
Octal 255 13 231 0 136 14 40 463 130 44
Binary 10101101 1011 10011001 0 1011110 1100 100000 100110011 1011000 100100

Color Harmonies of #AD0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B99

Black with #AD0B99

Text Example


Text Example

White with #AD0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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