#AC0AAD

Color #AC0AAD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AC0AAD

Tints of Deep Magenta #AC0AAD

Color information

#AC0AAD (or 0xAC0AAD) is unknown color: approx Deep Magenta. HEX triplet: AC, 0A and AD. RGB value is (172,10,173). Sum of RGB (Red+Green+Blue) = 172+10+173=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC0AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AAD is #53F552. Grayscale: #4C4C4C. Windows color (decimal): -5502291 or 11340460. OLE color: 11340460.

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

Color convert

RGB17210173-
CMYK0.010.9400.32
HSL299.63º89.07%35.88%-
HSV(B)299.63º94.22%67.84%-
XYZ24.661240.55-
YUV77.02182.17195.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=48.45%
G=2.82%
B=48.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172101730.010.9400.32299.6389.0735.88
HexACAAD15E02012c5924
Octal25412255113604045413144
Binary101011001010101011011101111001000001001011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0AAD; }

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

 H1.HeaderClassName
 {
   color: #AC0AAD;
 }
 .AnyTagClassName
 {
   color: #AC0AAD;
 }
</style>
background-color css

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

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

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

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

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

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