#AA489E

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

Shades of Violet Blue #AA489E

Tints of Violet Blue #AA489E

Color information

#AA489E (or 0xAA489E) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and 9E. RGB value is (170,72,158). Sum of RGB (Red+Green+Blue) = 170+72+158=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489E is #55B761. Grayscale: #6E6E6E. Windows color (decimal): -5617506 or 10373290. OLE color: 10373290.

HSL color Cylindrical-coordinate representation of color #AA489E: hue angle of 307.35º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA489E is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17072158-
CMYK00.580.070.33
HSL307.35º40.5%47.45%-
HSV(B)307.35º57.65%66.67%-
XYZ25.0715.6534.05-
YUV111.11154.47170.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=42.5%
G=18%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707215800.580.070.33307.3540.547.45
HexAA489E03A721133282f
Octal2521102360727414635057
Binary101010101001000100111100111010111100001100110011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA489E; }

 p { color: rgb(170,72,158); }

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

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

 a { background-color: rgb(170,72,158); }

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

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

 span { border-color: rgb(170,72,158); }

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