#AA6AB6

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

Shades of Violet Blue #AA6AB6

Tints of Violet Blue #AA6AB6

Color information

#AA6AB6 (or 0xAA6AB6) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and B6. RGB value is (170,106,182). Sum of RGB (Red+Green+Blue) = 170+106+182=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AB6 is #559549. Grayscale: #858585. Windows color (decimal): -5608778 or 11954858. OLE color: 11954858.

HSL color Cylindrical-coordinate representation of color #AA6AB6: hue angle of 290.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6AB6 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170106182-
CMYK0.070.4200.29
HSL290.53º34.23%56.47%-
HSV(B)290.53º41.76%71.37%-
XYZ30.1822.2346.96-
YUV133.8155.2153.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=37.12%
G=23.14%
B=39.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701061820.070.4200.29290.5334.2356.47
HexAA6AB672A01D1232238
Octal2521522667520354434270
Binary10101010110101010110110111101010011101100100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AB6; }

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

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

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

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

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

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

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

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