#AC5CAC

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

Shades of Violet Blue #AC5CAC

Tints of Violet Blue #AC5CAC

Color information

#AC5CAC (or 0xAC5CAC) is unknown color: approx Violet Blue. HEX triplet: AC, 5C and AC. RGB value is (172,92,172). Sum of RGB (Red+Green+Blue) = 172+92+172=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5CAC is #53A353. Grayscale: #7C7C7C. Windows color (decimal): -5481300 or 11295916. OLE color: 11295916.

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

Color convert

RGB17292172-
CMYK00.4700.33
HSL300º32.52%51.76%-
HSV(B)300º46.51%67.45%-
XYZ28.2919.441.28-
YUV125.04154.5161.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=39.45%
G=21.10%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729217200.4700.3330032.5251.76
HexAC5CAC02F02112c2134
Octal2541342540570414544164
Binary1010110010111001010110001011110100001100101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CAC; }

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

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

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

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

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

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

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

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