#AA61AB

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

Shades of Violet Blue #AA61AB

Tints of Violet Blue #AA61AB

Color information

#AA61AB (or 0xAA61AB) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and AB. RGB value is (170,97,171). Sum of RGB (Red+Green+Blue) = 170+97+171=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA61AB is #559E54. Grayscale: #7F7F7F. Windows color (decimal): -5611093 or 11231658. OLE color: 11231658.

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

Color convert

RGB17097171-
CMYK0.010.4300.33
HSL299.19º30.58%52.55%-
HSV(B)299.19º43.27%67.06%-
XYZ28.220.0440.91-
YUV127.26152.68158.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=38.81%
G=22.15%
B=39.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170971710.010.4300.33299.1930.5852.55
HexAA61AB12B02112b1f35
Octal2521412531530414533765
Binary101010101100001101010111101011010000110010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61AB; }

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

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

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

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

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

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

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

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