#AA4E9A

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

Shades of Violet Blue #AA4E9A

Tints of Violet Blue #AA4E9A

Color information

#AA4E9A (or 0xAA4E9A) is unknown color: approx Violet Blue. HEX triplet: AA, 4E and 9A. RGB value is (170,78,154). Sum of RGB (Red+Green+Blue) = 170+78+154=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E9A is #55B165. Grayscale: #717171. Windows color (decimal): -5615974 or 10112682. OLE color: 10112682.

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

Color convert

RGB17078154-
CMYK00.540.090.33
HSL310.43º37.1%48.63%-
HSV(B)310.43º54.12%66.67%-
XYZ25.1316.3332.4-
YUV114.17150.48167.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 78 (30.86% from 255) = 19.40%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=42.29%
G=19.40%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707815400.540.090.33310.4337.148.63
HexAA4E9A0369211362531
Octal25211623206611414664561
Binary1010101010011101001101001101101001100001100110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E9A; }

 p { color: rgb(170,78,154); }

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

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

 a { background-color: rgb(170,78,154); }

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

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

 span { border-color: rgb(170,78,154); }

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