#AA6A9F

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

Shades of Violet Blue #AA6A9F

Tints of Violet Blue #AA6A9F

Color information

#AA6A9F (or 0xAA6A9F) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and 9F. RGB value is (170,106,159). Sum of RGB (Red+Green+Blue) = 170+106+159=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A9F is #559560. Grayscale: #838383. Windows color (decimal): -5608801 or 10447530. OLE color: 10447530.

HSL color Cylindrical-coordinate representation of color #AA6A9F: hue angle of 310.31º 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 #AA6A9F is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170106159-
CMYK00.380.060.33
HSL310.31º27.35%54.12%-
HSV(B)310.31º37.65%66.67%-
XYZ27.9921.3635.45-
YUV131.18143.7155.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 159 (62.5% from 255) = 36.55%
R=39.08%
G=24.37%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010615900.380.060.33310.3127.3554.12
HexAA6A9F0266211361b36
Octal2521522370466414663366
Binary10101010110101010011111010011011010000110011011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A9F; }

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

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

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

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

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

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

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

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