#AA5CAC

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

Shades of Violet Blue #AA5CAC

Tints of Violet Blue #AA5CAC

Color information

#AA5CAC (or 0xAA5CAC) is unknown color: approx Violet Blue. HEX triplet: AA, 5C and AC. RGB value is (170,92,172). Sum of RGB (Red+Green+Blue) = 170+92+172=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CAC is #55A353. Grayscale: #7C7C7C. Windows color (decimal): -5612372 or 11295914. OLE color: 11295914.

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

Color convert

RGB17092172-
CMYK0.010.4700.33
HSL298.5º32.52%51.76%-
HSV(B)298.5º46.51%67.45%-
XYZ27.8519.1841.26-
YUV124.44154.84160.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=39.17%
G=21.20%
B=39.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170921720.010.4700.33298.532.5251.76
HexAA5CAC12F02112a2134
Octal2521342541570414524164
Binary1010101010111001010110011011110100001100101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CAC; }

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

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

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

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

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

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

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

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