Html Css Color HEX #AD0497 Dark Magenta

📋 copy color: '#AD0497'

red 173 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #AD0497

Tints of Dark Magenta #AD0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 52.74%
G = 1.22%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD0497 (or 0xAD0497) is known color: Dark Magenta. HEX triplet: AD, 04 and 97. RGB value is (173,4,151). Sum of RGB (Red+Green+Blue) = 173+4+151=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0497 is #52FB68. Grayscale: #464646. Windows color (decimal): -5438313 or 9897133. OLE color: 9897133.

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

Color convert

RGB 173 4 151 -
CMYK 0 0.98 0.13 0.32
HSL 307.81º 0.95% 0.35% -
HSV(B) 307.81º 0.98% 0.68% -
XYZ 22.86 11.21 30.24 -
YUV 71.29 172.99 200.55 -
System Red Green Blue C M Y K H S L
Decimal 173 4 151 0 0.98 0.13 0.32 307.81 0.95 0.35
Hex AD 4 97 0 62 D 20 134 5F 23
Octal 255 4 227 0 142 15 40 464 137 43
Binary 10101101 100 10010111 0 1100010 1101 100000 100110100 1011111 100011

Color Harmonies of #AD0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0497

Black with #AD0497

Text Example


Text Example

White with #AD0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0497; }

 p { color: rgb(173,4,151); }

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

background-color css

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

 a { background-color: rgb(173,4,151); }

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

border-color css

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

 span { border-color: rgb(173,4,151); }

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