#AA6EAE

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

Shades of Violet Blue #AA6EAE

Tints of Violet Blue #AA6EAE

Color information

#AA6EAE (or 0xAA6EAE) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and AE. RGB value is (170,110,174). Sum of RGB (Red+Green+Blue) = 170+110+174=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EAE is #559151. Grayscale: #878787. Windows color (decimal): -5607762 or 11431594. OLE color: 11431594.

HSL color Cylindrical-coordinate representation of color #AA6EAE: hue angle of 296.25º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6EAE is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170110174-
CMYK0.020.3700.32
HSL296.25º28.32%55.69%-
HSV(B)296.25º36.78%68.24%-
XYZ29.7922.7542.87-
YUV135.24149.88152.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=37.44%
G=24.23%
B=38.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701101740.020.3700.32296.2528.3255.69
HexAA6EAE2250201281c38
Octal2521562562450404503470
Binary1010101011011101010111010100101010000010010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EAE; }

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

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

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

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

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

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

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

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