#AA4C9A

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

Shades of Violet Blue #AA4C9A

Tints of Violet Blue #AA4C9A

Color information

#AA4C9A (or 0xAA4C9A) is unknown color: approx Violet Blue. HEX triplet: AA, 4C and 9A. RGB value is (170,76,154). Sum of RGB (Red+Green+Blue) = 170+76+154=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4C9A is #55B365. Grayscale: #707070. Windows color (decimal): -5616486 or 10112170. OLE color: 10112170.

HSL color Cylindrical-coordinate representation of color #AA4C9A: hue angle of 310.21º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4C9A is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17076154-
CMYK00.550.090.33
HSL310.21º38.21%48.24%-
HSV(B)310.21º55.29%66.67%-
XYZ24.9916.0532.35-
YUV113151.14168.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 76 (30.08% from 255) = 19%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=42.5%
G=19%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707615400.550.090.33310.2138.2148.24
HexAA4C9A0379211362630
Octal25211423206711414664660
Binary1010101010011001001101001101111001100001100110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C9A; }

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

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

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

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

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

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

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

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