#AC5A97

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

Shades of Violet Blue #AC5A97

Tints of Violet Blue #AC5A97

Color information

#AC5A97 (or 0xAC5A97) is unknown color: approx Violet Blue. HEX triplet: AC, 5A and 97. RGB value is (172,90,151). Sum of RGB (Red+Green+Blue) = 172+90+151=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A97 is #53A568. Grayscale: #797979. Windows color (decimal): -5481833 or 9919148. OLE color: 9919148.

HSL color Cylindrical-coordinate representation of color #AC5A97: hue angle of 315.37º 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 #AC5A97 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17290151-
CMYK00.480.120.33
HSL315.37º33.06%51.37%-
HSV(B)315.37º47.67%67.45%-
XYZ26.2618.3231.43-
YUV121.47144.67164.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=41.65%
G=21.79%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729015100.480.120.33315.3733.0651.37
HexAC5A97030C2113b2133
Octal25413222706014414734163
Binary1010110010110101001011101100001100100001100111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A97; }

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

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

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

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

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

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

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

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