#AA5BAB

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

Shades of Violet Blue #AA5BAB

Tints of Violet Blue #AA5BAB

Color information

#AA5BAB (or 0xAA5BAB) is unknown color: approx Violet Blue. HEX triplet: AA, 5B and AB. RGB value is (170,91,171). Sum of RGB (Red+Green+Blue) = 170+91+171=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5BAB is #55A454. Grayscale: #7B7B7B. Windows color (decimal): -5612629 or 11230122. OLE color: 11230122.

HSL color Cylindrical-coordinate representation of color #AA5BAB: hue angle of 299.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5BAB is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17091171-
CMYK0.010.4700.33
HSL299.25º32.26%51.37%-
HSV(B)299.25º46.78%67.06%-
XYZ27.6718.9740.73-
YUV123.74154.67161-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 91 (35.94% from 255) = 21.06%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=39.35%
G=21.06%
B=39.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170911710.010.4700.33299.2532.2651.37
HexAA5BAB12F02112b2033
Octal2521332531570414534063
Binary1010101010110111010101111011110100001100101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5BAB; }

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

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

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

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

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

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

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

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