#AA489C

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

Shades of Violet Blue #AA489C

Tints of Violet Blue #AA489C

Color information

#AA489C (or 0xAA489C) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and 9C. RGB value is (170,72,156). Sum of RGB (Red+Green+Blue) = 170+72+156=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA489C is #55B763. Grayscale: #6E6E6E. Windows color (decimal): -5617508 or 10242218. OLE color: 10242218.

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

Color convert

RGB17072156-
CMYK00.580.080.33
HSL308.57º40.5%47.45%-
HSV(B)308.57º57.65%66.67%-
XYZ24.915.5833.15-
YUV110.88153.47170.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=42.71%
G=18.09%
B=39.20%

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
Decimal1707215600.580.080.33308.5740.547.45
HexAA489C03A821135282f
Octal25211023407210414655057
Binary1010101010010001001110001110101000100001100110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA489C; }

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

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

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

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

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

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

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

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