Html Css Color HEX #AD0DB9 Deep Magenta

📋 copy color: '#AD0DB9'

red 173 ◦ green 13 ◦ blue 185

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

Shades of Deep Magenta #AD0DB9

Tints of Deep Magenta #AD0DB9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 185 (72.66% from 255) = 49.87%

R = 46.63%
G = 3.5%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD0DB9 (or 0xAD0DB9) is known color: Deep Magenta. HEX triplet: AD, 0D and B9. RGB value is (173,13,185). Sum of RGB (Red+Green+Blue) = 173+13+185=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD0DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DB9 is #52F246. Grayscale: #4F4F4F. Windows color (decimal): -5435975 or 12127661. OLE color: 12127661.

HSL color Cylindrical-coordinate representation of color #AD0DB9: hue angle of 295.81º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0DB9 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 13 185 -
CMYK 0.06 0.93 0 0.27
HSL 295.81º 0.87% 0.39% -
HSV(B) 295.81º 0.93% 0.73% -
XYZ 26.13 12.67 46.97 -
YUV 80.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 173 13 185 0.06 0.93 0 0.27 295.81 0.87 0.39
Hex AD D B9 6 5D 0 1B 128 57 27
Octal 255 15 271 6 135 0 33 450 127 47
Binary 10101101 1101 10111001 110 1011101 0 11011 100101000 1010111 100111

Color Harmonies of #AD0DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DB9

Black with #AD0DB9

Text Example


Text Example

White with #AD0DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DB9; }

 p { color: rgb(173,13,185); }

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

background-color css

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

 a { background-color: rgb(173,13,185); }

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

border-color css

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

 span { border-color: rgb(173,13,185); }

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