#AA5BB3

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

Shades of Violet Blue #AA5BB3

Tints of Violet Blue #AA5BB3

Color information

#AA5BB3 (or 0xAA5BB3) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and B3. RGB value is (170,91,179). Sum of RGB (Red+Green+Blue) = 170+91+179=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA5BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BB3 is #55A44C. Grayscale: #7C7C7C. Windows color (decimal): -5612621 or 11754410. OLE color: 11754410.

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

Color convert

RGB17091179-
CMYK0.050.4900.30
HSL293.86º36.67%52.94%-
HSV(B)293.86º49.16%70.2%-
XYZ28.4619.2844.87-
YUV124.65158.67160.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=38.64%
G=20.68%
B=40.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170911790.050.4900.30293.8636.6752.94
HexAA5BB353101E1262535
Octal2521332635610364464565
Binary10101010101101110110011101110001011110100100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BB3; }

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

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

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

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

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

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

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

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