#AC03AA

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

Shades of Dark Magenta #AC03AA

Tints of Dark Magenta #AC03AA

Color information

#AC03AA (or 0xAC03AA) is unknown color: approx Dark Magenta. HEX triplet: AC, 03 and AA. RGB value is (172,3,170). Sum of RGB (Red+Green+Blue) = 172+3+170=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC03AA is #53FC55. Grayscale: #484848. Windows color (decimal): -5504086 or 11142060. OLE color: 11142060.

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

Color convert

RGB1723170-
CMYK00.980.010.33
HSL300.71º96.57%34.31%-
HSV(B)300.71º98.26%67.45%-
XYZ24.311.7439.02-
YUV72.57182.99198.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=49.86%
G=0.87%
B=49.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172317000.980.010.33300.7196.5734.31
HexAC3AA06212112d6122
Octal2543252014214145514142
Binary1010110011101010100110001011000011001011011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC03AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC03AA; }

 p { color: rgb(172,3,170); }

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

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

 a { background-color: rgb(172,3,170); }

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

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

 span { border-color: rgb(172,3,170); }

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