#AA499B

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

Shades of Violet Blue #AA499B

Tints of Violet Blue #AA499B

Color information

#AA499B (or 0xAA499B) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 9B. RGB value is (170,73,155). Sum of RGB (Red+Green+Blue) = 170+73+155=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499B is #55B664. Grayscale: #6F6F6F. Windows color (decimal): -5617253 or 10176938. OLE color: 10176938.

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

Color convert

RGB17073155-
CMYK00.570.090.33
HSL309.28º39.92%47.65%-
HSV(B)309.28º57.06%66.67%-
XYZ24.8815.6832.73-
YUV111.35152.64169.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 73 (28.91% from 255) = 18.34%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=42.71%
G=18.34%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707315500.570.090.33309.2839.9247.65
HexAA499B0399211352830
Octal25211123307111414655060
Binary1010101010010011001101101110011001100001100110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA499B; }

 p { color: rgb(170,73,155); }

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

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

 a { background-color: rgb(170,73,155); }

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

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

 span { border-color: rgb(170,73,155); }

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