Html Css Color HEX #AD0997 Dark Magenta

📋 copy color: '#AD0997'

red 173 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #AD0997

Tints of Dark Magenta #AD0997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.7%

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

R = 51.95%
G = 2.7%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD0997 (or 0xAD0997) is known color: Dark Magenta. HEX triplet: AD, 09 and 97. RGB value is (173,9,151). Sum of RGB (Red+Green+Blue) = 173+9+151=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0997 is #52F668. Grayscale: #494949. Windows color (decimal): -5437033 or 9898413. OLE color: 9898413.

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

Color convert

RGB 173 9 151 -
CMYK 0 0.95 0.13 0.32
HSL 308.05º 0.9% 0.36% -
HSV(B) 308.05º 0.95% 0.68% -
XYZ 22.92 11.31 30.25 -
YUV 74.22 171.33 198.45 -
System Red Green Blue C M Y K H S L
Decimal 173 9 151 0 0.95 0.13 0.32 308.05 0.9 0.36
Hex AD 9 97 0 5F D 20 134 5A 24
Octal 255 11 227 0 137 15 40 464 132 44
Binary 10101101 1001 10010111 0 1011111 1101 100000 100110100 1011010 100100

Color Harmonies of #AD0997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0997

Black with #AD0997

Text Example


Text Example

White with #AD0997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0997; }

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

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

background-color css

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

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

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

border-color css

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

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

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