Html Css Color HEX #AD0291 Dark Magenta

📋 copy color: '#AD0291'

red 173 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #AD0291

Tints of Dark Magenta #AD0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 145 (57.03% from 255) = 45.31%

R = 54.06%
G = 0.63%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD0291 (or 0xAD0291) is known color: Dark Magenta. HEX triplet: AD, 02 and 91. RGB value is (173,2,145). Sum of RGB (Red+Green+Blue) = 173+2+145=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0291 is #52FD6E. Grayscale: #454545. Windows color (decimal): -5438831 or 9503405. OLE color: 9503405.

HSL color Cylindrical-coordinate representation of color #AD0291: hue angle of 309.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0291 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 145 -
CMYK 0 0.99 0.16 0.32
HSL 309.82º 0.98% 0.34% -
HSV(B) 309.82º 0.99% 0.68% -
XYZ 22.37 10.97 27.73 -
YUV 69.43 170.65 201.87 -
System Red Green Blue C M Y K H S L
Decimal 173 2 145 0 0.99 0.16 0.32 309.82 0.98 0.34
Hex AD 2 91 0 63 10 20 136 62 22
Octal 255 2 221 0 143 20 40 466 142 42
Binary 10101101 10 10010001 0 1100011 10000 100000 100110110 1100010 100010

Color Harmonies of #AD0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0291

Black with #AD0291

Text Example


Text Example

White with #AD0291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0291; }

 p { color: rgb(173,2,145); }

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

background-color css

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

 a { background-color: rgb(173,2,145); }

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

border-color css

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

 span { border-color: rgb(173,2,145); }

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