Html Css Color HEX #AC0A96 Dark Magenta

📋 copy color: '#AC0A96'

red 172 ◦ green 10 ◦ blue 150

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

Shades of Dark Magenta #AC0A96

Tints of Dark Magenta #AC0A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.01%

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

R = 51.81%
G = 3.01%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC0A96 (or 0xAC0A96) is known color: Dark Magenta. HEX triplet: AC, 0A and 96. RGB value is (172,10,150). Sum of RGB (Red+Green+Blue) = 172+10+150=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A96 is #53F569. Grayscale: #4A4A4A. Windows color (decimal): -5502314 or 9833132. OLE color: 9833132.

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

Color convert

RGB 172 10 150 -
CMYK 0 0.94 0.13 0.33
HSL 308.15º 0.89% 0.36% -
HSV(B) 308.15º 0.94% 0.67% -
XYZ 22.63 11.19 29.82 -
YUV 74.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 172 10 150 0 0.94 0.13 0.33 308.15 0.89 0.36
Hex AC A 96 0 5E D 21 134 59 24
Octal 254 12 226 0 136 15 41 464 131 44
Binary 10101100 1010 10010110 0 1011110 1101 100001 100110100 1011001 100100

Color Harmonies of #AC0A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A96

Black with #AC0A96

Text Example


Text Example

White with #AC0A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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