#AC5A99

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

Shades of Violet Blue #AC5A99

Tints of Violet Blue #AC5A99

Color information

#AC5A99 (or 0xAC5A99) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and 99. RGB value is (172,90,153). Sum of RGB (Red+Green+Blue) = 172+90+153=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A99 is #53A566. Grayscale: #797979. Windows color (decimal): -5481831 or 10050220. OLE color: 10050220.

HSL color Cylindrical-coordinate representation of color #AC5A99: hue angle of 313.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A99 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17290153-
CMYK00.480.110.33
HSL313.9º33.06%51.37%-
HSV(B)313.9º47.67%67.45%-
XYZ26.4218.3832.29-
YUV121.7145.67163.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 153 (60.16% from 255) = 36.87%
R=41.45%
G=21.69%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729015300.480.110.33313.933.0651.37
HexAC5A99030B2113a2133
Octal25413223106013414724163
Binary1010110010110101001100101100001011100001100111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A99; }

 p { color: rgb(172,90,153); }

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

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

 a { background-color: rgb(172,90,153); }

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

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

 span { border-color: rgb(172,90,153); }

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