#AA6EAB

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

Shades of Violet Blue #AA6EAB

Tints of Violet Blue #AA6EAB

Color information

#AA6EAB (or 0xAA6EAB) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and AB. RGB value is (170,110,171). Sum of RGB (Red+Green+Blue) = 170+110+171=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EAB is #559154. Grayscale: #868686. Windows color (decimal): -5607765 or 11234986. OLE color: 11234986.

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

Color convert

RGB170110171-
CMYK0.010.3600.33
HSL299.02º26.64%55.1%-
HSV(B)299.02º35.67%67.06%-
XYZ29.522.6441.34-
YUV134.89148.38153.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=37.69%
G=24.39%
B=37.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701101710.010.3600.33299.0226.6455.1
HexAA6EAB12402112b1b37
Octal2521562531440414533367
Binary101010101101110101010111100100010000110010101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EAB; }

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

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

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

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

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

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

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

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