#AA489D

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

Shades of Violet Blue #AA489D

Tints of Violet Blue #AA489D

Color information

#AA489D (or 0xAA489D) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and 9D. RGB value is (170,72,157). Sum of RGB (Red+Green+Blue) = 170+72+157=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489D is #55B762. Grayscale: #6E6E6E. Windows color (decimal): -5617507 or 10307754. OLE color: 10307754.

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

Color convert

RGB17072157-
CMYK00.580.080.33
HSL307.96º40.5%47.45%-
HSV(B)307.96º57.65%66.67%-
XYZ24.9815.6233.6-
YUV110.99153.97170.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=42.61%
G=18.05%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707215700.580.080.33307.9640.547.45
HexAA489D03A821134282f
Octal25211023507210414645057
Binary1010101010010001001110101110101000100001100110100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA489D; }

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

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

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

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

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

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

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

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