#AA4A9D

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

Shades of Violet Blue #AA4A9D

Tints of Violet Blue #AA4A9D

Color information

#AA4A9D (or 0xAA4A9D) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and 9D. RGB value is (170,74,157). Sum of RGB (Red+Green+Blue) = 170+74+157=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A9D is #55B562. Grayscale: #6F6F6F. Windows color (decimal): -5616995 or 10308266. OLE color: 10308266.

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

Color convert

RGB17074157-
CMYK00.560.080.33
HSL308.12º39.34%47.84%-
HSV(B)308.12º56.47%66.67%-
XYZ25.1115.8833.64-
YUV112.17153.3169.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=42.39%
G=18.45%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707415700.560.080.33308.1239.3447.84
HexAA4A9D0388211342730
Octal25211223507010414644760
Binary1010101010010101001110101110001000100001100110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A9D; }

 p { color: rgb(170,74,157); }

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

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

 a { background-color: rgb(170,74,157); }

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

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

 span { border-color: rgb(170,74,157); }

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