#AA6AAD

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

Shades of Violet Blue #AA6AAD

Tints of Violet Blue #AA6AAD

Color information

#AA6AAD (or 0xAA6AAD) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and AD. RGB value is (170,106,173). Sum of RGB (Red+Green+Blue) = 170+106+173=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA6AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAD is #559552. Grayscale: #848484. Windows color (decimal): -5608787 or 11365034. OLE color: 11365034.

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

Color convert

RGB170106173-
CMYK0.020.3900.32
HSL297.31º29%54.71%-
HSV(B)297.31º38.73%67.84%-
XYZ29.2721.8742.21-
YUV132.77150.7154.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=37.86%
G=23.61%
B=38.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701061730.020.3900.32297.312954.71
HexAA6AAD2270201291d37
Octal2521522552470404513567
Binary1010101011010101010110110100111010000010010100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AAD; }

 p { color: rgb(170,106,173); }

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

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

 a { background-color: rgb(170,106,173); }

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

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

 span { border-color: rgb(170,106,173); }

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