#AA4FA9

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

Shades of Violet Blue #AA4FA9

Tints of Violet Blue #AA4FA9

Color information

#AA4FA9 (or 0xAA4FA9) is unknown color: approx Violet Blue. HEX triplet: AA, 4F and A9. RGB value is (170,79,169). Sum of RGB (Red+Green+Blue) = 170+79+169=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4FA9 is #55B056. Grayscale: #747474. Windows color (decimal): -5615703 or 11095978. OLE color: 11095978.

HSL color Cylindrical-coordinate representation of color #AA4FA9: hue angle of 300.66º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4FA9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17079169-
CMYK00.540.010.33
HSL300.66º36.55%48.82%-
HSV(B)300.66º53.53%66.67%-
XYZ26.531739.42-
YUV116.47157.65166.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 79 (31.25% from 255) = 18.90%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=40.67%
G=18.90%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707916900.540.010.33300.6636.5548.82
HexAA4FA903612112d2531
Octal2521172510661414554561
Binary1010101010011111010100101101101100001100101101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4FA9; }

 p { color: rgb(170,79,169); }

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

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

 a { background-color: rgb(170,79,169); }

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

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

 span { border-color: rgb(170,79,169); }

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