#AA6A9B

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

Shades of Violet Blue #AA6A9B

Tints of Violet Blue #AA6A9B

Color information

#AA6A9B (or 0xAA6A9B) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and 9B. RGB value is (170,106,155). Sum of RGB (Red+Green+Blue) = 170+106+155=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6A9B is #559564. Grayscale: #828282. Windows color (decimal): -5608805 or 10185386. OLE color: 10185386.

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

Color convert

RGB170106155-
CMYK00.380.090.33
HSL314.06º27.35%54.12%-
HSV(B)314.06º37.65%66.67%-
XYZ27.6521.2233.65-
YUV130.72141.7156.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=39.44%
G=24.59%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010615500.380.090.33314.0627.3554.12
HexAA6A9B02692113a1b36
Octal25215223304611414723366
Binary101010101101010100110110100110100110000110011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A9B; }

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

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

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

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

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

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

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

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