#AA5EB3

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

Shades of Violet Blue #AA5EB3

Tints of Violet Blue #AA5EB3

Color information

#AA5EB3 (or 0xAA5EB3) is unknown color: approx Violet Blue. HEX triplet: AA, 5E and B3. RGB value is (170,94,179). Sum of RGB (Red+Green+Blue) = 170+94+179=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA5EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EB3 is #55A14C. Grayscale: #7E7E7E. Windows color (decimal): -5611853 or 11755178. OLE color: 11755178.

HSL color Cylindrical-coordinate representation of color #AA5EB3: hue angle of 293.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5EB3 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17094179-
CMYK0.050.4700.30
HSL293.65º35.86%53.53%-
HSV(B)293.65º47.49%70.2%-
XYZ28.7219.8144.96-
YUV126.41157.68159.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=38.37%
G=21.22%
B=40.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170941790.050.4700.30293.6535.8653.53
HexAA5EB352F01E1262436
Octal2521362635570364464466
Binary10101010101111010110011101101111011110100100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5EB3; }

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

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

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

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

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

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

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

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