#AA5CAA

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

Shades of Violet Blue #AA5CAA

Tints of Violet Blue #AA5CAA

Color information

#AA5CAA (or 0xAA5CAA) is unknown color: approx Violet Blue. HEX triplet: AA, 5C and AA. RGB value is (170,92,170). Sum of RGB (Red+Green+Blue) = 170+92+170=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CAA is #55A355. Grayscale: #7B7B7B. Windows color (decimal): -5612374 or 11164842. OLE color: 11164842.

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

Color convert

RGB17092170-
CMYK00.4600.33
HSL300º31.45%51.37%-
HSV(B)300º45.88%66.67%-
XYZ27.6619.140.26-
YUV124.21153.84160.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=39.35%
G=21.30%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709217000.4600.3330031.4551.37
HexAA5CAA02E02112c1f33
Octal2521342520560414543763
Binary101010101011100101010100101110010000110010110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CAA; }

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

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

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

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

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

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

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

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