#AA5BB0

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

Shades of Violet Blue #AA5BB0

Tints of Violet Blue #AA5BB0

Color information

#AA5BB0 (or 0xAA5BB0) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and B0. RGB value is (170,91,176). Sum of RGB (Red+Green+Blue) = 170+91+176=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA5BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BB0 is #55A44F. Grayscale: #7C7C7C. Windows color (decimal): -5612624 or 11557802. OLE color: 11557802.

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

Color convert

RGB17091176-
CMYK0.030.4800.31
HSL295.76º34.98%52.35%-
HSV(B)295.76º48.3%69.02%-
XYZ28.1619.1643.29-
YUV124.31157.17160.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=38.90%
G=20.82%
B=40.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170911760.030.4800.31295.7634.9852.35
HexAA5BB033001F1282334
Octal2521332603600374504364
Binary1010101010110111011000011110000011111100101000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BB0; }

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

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

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

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

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

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

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

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