#AA5AB3

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

Shades of Violet Blue #AA5AB3

Tints of Violet Blue #AA5AB3

Color information

#AA5AB3 (or 0xAA5AB3) is unknown color: approx Violet Blue. HEX triplet: AA, 5A and B3. RGB value is (170,90,179). Sum of RGB (Red+Green+Blue) = 170+90+179=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA5AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5AB3 is #55A54C. Grayscale: #7B7B7B. Windows color (decimal): -5612877 or 11754154. OLE color: 11754154.

HSL color Cylindrical-coordinate representation of color #AA5AB3: hue angle of 293.93º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5AB3 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17090179-
CMYK0.050.5000.30
HSL293.93º36.93%52.75%-
HSV(B)293.93º49.72%70.2%-
XYZ28.3719.1144.84-
YUV124.07159160.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=38.72%
G=20.50%
B=40.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170901790.050.5000.30293.9336.9352.75
HexAA5AB353201E1262535
Octal2521322635620364464565
Binary10101010101101010110011101110010011110100100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5AB3; }

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

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

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

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

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

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

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

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