Html Css Color HEX #AC0996 Dark Magenta

📋 copy color: '#AC0996'

red 172 ◦ green 9 ◦ blue 150

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

Shades of Dark Magenta #AC0996

Tints of Dark Magenta #AC0996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.32%

R = 51.96%
G = 2.72%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC0996 (or 0xAC0996) is known color: Dark Magenta. HEX triplet: AC, 09 and 96. RGB value is (172,9,150). Sum of RGB (Red+Green+Blue) = 172+9+150=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0996 is #53F669. Grayscale: #494949. Windows color (decimal): -5502570 or 9832876. OLE color: 9832876.

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

Color convert

RGB 172 9 150 -
CMYK 0 0.95 0.13 0.33
HSL 308.1º 0.9% 0.35% -
HSV(B) 308.1º 0.95% 0.67% -
XYZ 22.62 11.17 29.82 -
YUV 73.81 171 198.04 -
System Red Green Blue C M Y K H S L
Decimal 172 9 150 0 0.95 0.13 0.33 308.1 0.9 0.35
Hex AC 9 96 0 5F D 21 134 5A 23
Octal 254 11 226 0 137 15 41 464 132 43
Binary 10101100 1001 10010110 0 1011111 1101 100001 100110100 1011010 100011

Color Harmonies of #AC0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0996

Black with #AC0996

Text Example


Text Example

White with #AC0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0996; }

 p { color: rgb(172,9,150); }

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

background-color css

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

 a { background-color: rgb(172,9,150); }

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

border-color css

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

 span { border-color: rgb(172,9,150); }

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