#AC5C9A

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

Shades of Violet Blue #AC5C9A

Tints of Violet Blue #AC5C9A

Color information

#AC5C9A (or 0xAC5C9A) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and 9A. RGB value is (172,92,154). Sum of RGB (Red+Green+Blue) = 172+92+154=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C9A is #53A365. Grayscale: #7A7A7A. Windows color (decimal): -5481318 or 10116268. OLE color: 10116268.

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

Color convert

RGB17292154-
CMYK00.470.100.33
HSL313.5º32.52%51.76%-
HSV(B)313.5º46.51%67.45%-
XYZ26.6718.7632.79-
YUV122.99145.5162.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 92 (36.33% from 255) = 22.01%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=41.15%
G=22.01%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729215400.470.100.33313.532.5251.76
HexAC5C9A02FA2113a2134
Octal25413423205712414724164
Binary1010110010111001001101001011111010100001100111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C9A; }

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

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

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

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

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

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

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

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