#AA39A2

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

Shades of Violet Blue #AA39A2

Tints of Violet Blue #AA39A2

Color information

#AA39A2 (or 0xAA39A2) is unknown color: approx Violet Blue. HEX triplet: AA, 39 and A2. RGB value is (170,57,162). Sum of RGB (Red+Green+Blue) = 170+57+162=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A2 is #55C65D. Grayscale: #666666. Windows color (decimal): -5621342 or 10631594. OLE color: 10631594.

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

Color convert

RGB17057162-
CMYK00.660.050.33
HSL304.25º49.78%44.51%-
HSV(B)304.25º66.47%66.67%-
XYZ24.5614.0835.61-
YUV102.76161.44175.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=43.70%
G=14.65%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705716200.660.050.33304.2549.7844.51
HexAA39A2042521130322d
Octal2527124201025414606255
Binary101010101110011010001001000010101100001100110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA39A2; }

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

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

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

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

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

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

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

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