#AA6AAB

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

Shades of Violet Blue #AA6AAB

Tints of Violet Blue #AA6AAB

Color information

#AA6AAB (or 0xAA6AAB) is unknown color: approx Violet Blue. HEX triplet: AA, 6A and AB. RGB value is (170,106,171). Sum of RGB (Red+Green+Blue) = 170+106+171=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6AAB is #559554. Grayscale: #848484. Windows color (decimal): -5608789 or 11233962. OLE color: 11233962.

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

Color convert

RGB170106171-
CMYK0.010.3800.33
HSL299.08º27.9%54.31%-
HSV(B)299.08º38.01%67.06%-
XYZ29.0821.7941.2-
YUV132.55149.7154.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.03%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=38.03%
G=23.71%
B=38.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701061710.010.3800.33299.0827.954.31
HexAA6AAB12602112b1c36
Octal2521522531460414533466
Binary101010101101010101010111100110010000110010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6AAB; }

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

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

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

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

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

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

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

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