#AA6AAA

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

Shades of Violet Blue #AA6AAA

Tints of Violet Blue #AA6AAA

Color information

#AA6AAA (or 0xAA6AAA) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and AA. RGB value is (170,106,170). Sum of RGB (Red+Green+Blue) = 170+106+170=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAA is #559555. Grayscale: #848484. Windows color (decimal): -5608790 or 11168426. OLE color: 11168426.

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

Color convert

RGB170106170-
CMYK00.3800.33
HSL300º27.35%54.12%-
HSV(B)300º37.65%66.67%-
XYZ28.9921.7640.7-
YUV132.43149.2154.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=38.12%
G=23.77%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010617000.3800.3330027.3554.12
HexAA6AAA02602112c1b36
Octal2521522520460414543366
Binary101010101101010101010100100110010000110010110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AAA; }

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

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

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

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

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

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

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

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