#AA4996

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

Shades of Violet Blue #AA4996

Tints of Violet Blue #AA4996

Color information

#AA4996 (or 0xAA4996) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 96. RGB value is (170,73,150). Sum of RGB (Red+Green+Blue) = 170+73+150=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4996 is #55B669. Grayscale: #6E6E6E. Windows color (decimal): -5617258 or 9849258. OLE color: 9849258.

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

Color convert

RGB17073150-
CMYK00.570.120.33
HSL312.37º39.92%47.65%-
HSV(B)312.37º57.06%66.67%-
XYZ24.4715.5130.56-
YUV110.78150.14170.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=43.26%
G=18.58%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707315000.570.120.33312.3739.9247.65
HexAA4996039C211382830
Octal25211122607114414705060
Binary1010101010010011001011001110011100100001100111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4996; }

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

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

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

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

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

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

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

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