#AA6AAF

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

Shades of Violet Blue #AA6AAF

Tints of Violet Blue #AA6AAF

Color information

#AA6AAF (or 0xAA6AAF) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and AF. RGB value is (170,106,175). Sum of RGB (Red+Green+Blue) = 170+106+175=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA6AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAF is #559550. Grayscale: #848484. Windows color (decimal): -5608785 or 11496106. OLE color: 11496106.

HSL color Cylindrical-coordinate representation of color #AA6AAF: hue angle of 295.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA6AAF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170106175-
CMYK0.030.3900.31
HSL295.65º30.13%55.1%-
HSV(B)295.65º39.43%68.63%-
XYZ29.4721.9543.24-
YUV133151.7154.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=37.69%
G=23.50%
B=38.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701061750.030.3900.31295.6530.1355.1
HexAA6AAF32701F1281e37
Octal2521522573470374503667
Binary101010101101010101011111110011101111110010100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AAF; }

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

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

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

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

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

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

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

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