#AC2AA5

Color #AC2AA5 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC2AA5

Tints of Medium Red Violet #AC2AA5

Color information

#AC2AA5 (or 0xAC2AA5) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2A and A5. RGB value is (172,42,165). Sum of RGB (Red+Green+Blue) = 172+42+165=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AA5 is #53D55A. Grayscale: #5E5E5E. Windows color (decimal): -5494107 or 10824364. OLE color: 10824364.

HSL color Cylindrical-coordinate representation of color #AC2AA5: hue angle of 303.23º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2AA5 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17242165-
CMYK00.760.040.33
HSL303.23º60.75%41.96%-
HSV(B)303.23º75.58%67.45%-
XYZ24.6313.1436.84-
YUV94.89167.57183-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 165 (64.84% from 255) = 43.54%
R=45.38%
G=11.08%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724216500.760.040.33303.2360.7541.96
HexAC2AA504C42112f3d2a
Octal2545224501144414577552
Binary101011001010101010010101001100100100001100101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2AA5; }

 p { color: rgb(172,42,165); }

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

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

 a { background-color: rgb(172,42,165); }

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

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

 span { border-color: rgb(172,42,165); }

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