#AA5BA2

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

Shades of Violet Blue #AA5BA2

Tints of Violet Blue #AA5BA2

Color information

#AA5BA2 (or 0xAA5BA2) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and A2. RGB value is (170,91,162). Sum of RGB (Red+Green+Blue) = 170+91+162=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BA2 is #55A45D. Grayscale: #7A7A7A. Windows color (decimal): -5612638 or 10640298. OLE color: 10640298.

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

Color convert

RGB17091162-
CMYK00.460.050.33
HSL306.08º31.73%51.18%-
HSV(B)306.08º46.47%66.67%-
XYZ26.8418.6436.37-
YUV122.71150.17161.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=40.19%
G=21.51%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709116200.460.050.33306.0831.7351.18
HexAA5BA202E5211322033
Octal2521332420565414624063
Binary101010101011011101000100101110101100001100110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BA2; }

 p { color: rgb(170,91,162); }

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

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

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

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

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

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

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