#AA5CA8

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

Shades of Violet Blue #AA5CA8

Tints of Violet Blue #AA5CA8

Color information

#AA5CA8 (or 0xAA5CA8) is unknown color: approx Violet Blue. HEX triplet: AA, 5C and A8. RGB value is (170,92,168). Sum of RGB (Red+Green+Blue) = 170+92+168=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5CA8 is #55A357. Grayscale: #7B7B7B. Windows color (decimal): -5612376 or 11033770. OLE color: 11033770.

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

Color convert

RGB17092168-
CMYK00.460.010.33
HSL301.54º31.45%51.37%-
HSV(B)301.54º45.88%66.67%-
XYZ27.4719.0339.27-
YUV123.99152.84160.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=39.53%
G=21.40%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709216800.460.010.33301.5431.4551.37
HexAA5CA802E12112e1f33
Octal2521342500561414563763
Binary101010101011100101010000101110110000110010111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CA8; }

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

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

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

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

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

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

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

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