#AA6BA8

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

Shades of Violet Blue #AA6BA8

Tints of Violet Blue #AA6BA8

Color information

#AA6BA8 (or 0xAA6BA8) is unknown color: approx Violet Blue. HEX triplet: AA, 6B and A8. RGB value is (170,107,168). Sum of RGB (Red+Green+Blue) = 170+107+168=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6BA8 is #559457. Grayscale: #848484. Windows color (decimal): -5608536 or 11037610. OLE color: 11037610.

HSL color Cylindrical-coordinate representation of color #AA6BA8: hue angle of 301.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6BA8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170107168-
CMYK00.370.010.33
HSL301.9º27.04%54.31%-
HSV(B)301.9º37.06%66.67%-
XYZ28.921.8939.75-
YUV132.79147.87154.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.20%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=38.20%
G=24.04%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010716800.370.010.33301.927.0454.31
HexAA6BA802512112e1b36
Octal2521532500451414563366
Binary101010101101011101010000100101110000110010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BA8; }

 p { color: rgb(170,107,168); }

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

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

 a { background-color: rgb(170,107,168); }

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

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

 span { border-color: rgb(170,107,168); }

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