Html Css Color HEX #AC0497 Dark Magenta

📋 copy color: '#AC0497'

red 172 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #AC0497

Tints of Dark Magenta #AC0497

RGB

 RED value IS 172 (67.58% from 255) = 52.6%

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

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

R = 52.6%
G = 1.22%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0497 (or 0xAC0497) is known color: Dark Magenta. HEX triplet: AC, 04 and 97. RGB value is (172,4,151). Sum of RGB (Red+Green+Blue) = 172+4+151=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0497 is #53FB68. Grayscale: #464646. Windows color (decimal): -5503849 or 9897132. OLE color: 9897132.

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

Color convert

RGB 172 4 151 -
CMYK 0 0.98 0.12 0.33
HSL 307.5º 0.95% 0.35% -
HSV(B) 307.5º 0.98% 0.67% -
XYZ 22.64 11.09 30.23 -
YUV 70.99 173.16 200.05 -
System Red Green Blue C M Y K H S L
Decimal 172 4 151 0 0.98 0.12 0.33 307.5 0.95 0.35
Hex AC 4 97 0 62 C 21 134 5F 23
Octal 254 4 227 0 142 14 41 464 137 43
Binary 10101100 100 10010111 0 1100010 1100 100001 100110100 1011111 100011

Color Harmonies of #AC0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0497

Black with #AC0497

Text Example


Text Example

White with #AC0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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