#AA6BAA

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

Shades of Violet Blue #AA6BAA

Tints of Violet Blue #AA6BAA

Color information

#AA6BAA (or 0xAA6BAA) is unknown color: approx Violet Blue. HEX triplet: AA, 6B and AA. RGB value is (170,107,170). Sum of RGB (Red+Green+Blue) = 170+107+170=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BAA is #559455. Grayscale: #848484. Windows color (decimal): -5608534 or 11168682. OLE color: 11168682.

HSL color Cylindrical-coordinate representation of color #AA6BAA: 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.37%. Process color model (Four color, CMYK) of #AA6BAA is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170107170-
CMYK00.3700.33
HSL300º27.04%54.31%-
HSV(B)300º37.06%66.67%-
XYZ29.0921.9640.74-
YUV133.02148.87154.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=38.03%
G=23.94%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010717000.3700.3330027.0454.31
HexAA6BAA02502112c1b36
Octal2521532520450414543366
Binary101010101101011101010100100101010000110010110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BAA; }

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

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

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

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

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

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

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

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