#AA479C

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

Shades of Violet Blue #AA479C

Tints of Violet Blue #AA479C

Color information

#AA479C (or 0xAA479C) is unknown color: approx Violet Blue. HEX triplet: AA, 47 and 9C. RGB value is (170,71,156). Sum of RGB (Red+Green+Blue) = 170+71+156=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA479C is #55B863. Grayscale: #6E6E6E. Windows color (decimal): -5617764 or 10241962. OLE color: 10241962.

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

Color convert

RGB17071156-
CMYK00.580.080.33
HSL308.48º41.08%47.25%-
HSV(B)308.48º58.24%66.67%-
XYZ24.8315.4533.13-
YUV110.29153.8170.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=42.82%
G=17.88%
B=39.29%

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
Decimal1707115600.580.080.33308.4841.0847.25
HexAA479C03A821134292f
Octal25210723407210414645157
Binary1010101010001111001110001110101000100001100110100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA479C; }

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

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

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

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

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

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

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

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