#AA5EB0

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

Shades of Violet Blue #AA5EB0

Tints of Violet Blue #AA5EB0

Color information

#AA5EB0 (or 0xAA5EB0) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and B0. RGB value is (170,94,176). Sum of RGB (Red+Green+Blue) = 170+94+176=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA5EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5EB0 is #55A14F. Grayscale: #7D7D7D. Windows color (decimal): -5611856 or 11558570. OLE color: 11558570.

HSL color Cylindrical-coordinate representation of color #AA5EB0: hue angle of 295.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5EB0 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17094176-
CMYK0.030.4700.31
HSL295.61º34.17%52.94%-
HSV(B)295.61º46.59%69.02%-
XYZ28.4219.6943.38-
YUV126.07156.18159.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 176 (69.14% from 255) = 40%
R=38.64%
G=21.36%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170941760.030.4700.31295.6134.1752.94
HexAA5EB032F01F1282235
Octal2521362603570374504265
Binary1010101010111101011000011101111011111100101000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EB0; }

 p { color: rgb(170,94,176); }

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

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

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

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

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

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

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