#AA39A6

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

Shades of Violet Blue #AA39A6

Tints of Violet Blue #AA39A6

Color information

#AA39A6 (or 0xAA39A6) is unknown color: approx Violet Blue. HEX triplet: AA, 39 and A6. RGB value is (170,57,166). Sum of RGB (Red+Green+Blue) = 170+57+166=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A6 is #55C659. Grayscale: #666666. Windows color (decimal): -5621338 or 10893738. OLE color: 10893738.

HSL color Cylindrical-coordinate representation of color #AA39A6: hue angle of 302.12º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA39A6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB17057166-
CMYK00.660.020.33
HSL302.12º49.78%44.51%-
HSV(B)302.12º66.47%66.67%-
XYZ24.9214.2337.51-
YUV103.21163.44175.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 166 (65.23% from 255) = 42.24%
R=43.26%
G=14.50%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705716600.660.020.33302.1249.7844.51
HexAA39A604222112e322d
Octal2527124601022414566255
Binary10101010111001101001100100001010100001100101110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39A6; }

 p { color: rgb(170,57,166); }

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

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

 a { background-color: rgb(170,57,166); }

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

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

 span { border-color: rgb(170,57,166); }

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