#ac5c9c

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

Shades of Violet Blue #AC5C9C

Tints of Violet Blue #AC5C9C

Color information

#AC5C9C (or 0xAC5C9C) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and 9C. RGB value is (172,92,156). Sum of RGB (Red+Green+Blue) = 172+92+156=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9C is #53A363. Grayscale: #7B7B7B. Windows color (decimal): -5481316 or 10247340. OLE color: 10247340.

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

Color convert

RGB17292156-
CMYK00.470.090.33
HSL312º32.52%51.76%-
HSV(B)312º46.51%67.45%-
XYZ26.8418.8333.67-
YUV123.22146.5162.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 92 (36.33% from 255) = 21.90%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=40.95%
G=21.90%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729215600.470.090.3331232.5251.76
HexAC5C9C02F9211382134
Octal25413423405711414704164
Binary1010110010111001001110001011111001100001100111000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5c9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5c9c; }

 p { color: rgb(172,92,156); }

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

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

 a { background-color: rgb(172,92,156); }

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

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

 span { border-color: rgb(172,92,156); }

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