#AA39A5

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

Shades of Violet Blue #AA39A5

Tints of Violet Blue #AA39A5

Color information

#AA39A5 (or 0xAA39A5) is unknown color: approx Violet Blue. HEX triplet: AA, 39 and A5. RGB value is (170,57,165). Sum of RGB (Red+Green+Blue) = 170+57+165=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A5 is #55C65A. Grayscale: #666666. Windows color (decimal): -5621339 or 10828202. OLE color: 10828202.

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

Color convert

RGB17057165-
CMYK00.660.030.33
HSL302.65º49.78%44.51%-
HSV(B)302.65º66.47%66.67%-
XYZ24.8314.1937.03-
YUV103.1162.94175.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 57 (22.66% from 255) = 14.54%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=43.37%
G=14.54%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705716500.660.030.33302.6549.7844.51
HexAA39A504232112f322d
Octal2527124501023414576255
Binary10101010111001101001010100001011100001100101111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39A5; }

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

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

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

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

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

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

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

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