Html Css Color HEX #AC0797 Dark Magenta

📋 copy color: '#AC0797'

red 172 ◦ green 7 ◦ blue 151

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

Shades of Dark Magenta #AC0797

Tints of Dark Magenta #AC0797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.12%

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

R = 52.12%
G = 2.12%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC0797 (or 0xAC0797) is known color: Dark Magenta. HEX triplet: AC, 07 and 97. RGB value is (172,7,151). Sum of RGB (Red+Green+Blue) = 172+7+151=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0797 is #53F868. Grayscale: #484848. Windows color (decimal): -5503081 or 9897900. OLE color: 9897900.

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

Color convert

RGB 172 7 151 -
CMYK 0 0.96 0.12 0.33
HSL 307.64º 0.92% 0.35% -
HSV(B) 307.64º 0.96% 0.67% -
XYZ 22.68 11.16 30.24 -
YUV 72.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 172 7 151 0 0.96 0.12 0.33 307.64 0.92 0.35
Hex AC 7 97 0 60 C 21 134 5C 23
Octal 254 7 227 0 140 14 41 464 134 43
Binary 10101100 111 10010111 0 1100000 1100 100001 100110100 1011100 100011

Color Harmonies of #AC0797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0797

Black with #AC0797

Text Example


Text Example

White with #AC0797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0797; }

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

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

background-color css

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

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

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

border-color css

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

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

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