#AA4997

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

Shades of Violet Blue #AA4997

Tints of Violet Blue #AA4997

Color information

#AA4997 (or 0xAA4997) is unknown color: approx Violet Blue. HEX triplet: AA, 49 and 97. RGB value is (170,73,151). Sum of RGB (Red+Green+Blue) = 170+73+151=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4997 is #55B668. Grayscale: #6E6E6E. Windows color (decimal): -5617257 or 9914794. OLE color: 9914794.

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

Color convert

RGB17073151-
CMYK00.570.110.33
HSL311.75º39.92%47.65%-
HSV(B)311.75º57.06%66.67%-
XYZ24.5515.5530.99-
YUV110.9150.64170.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=43.15%
G=18.53%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707315100.570.110.33311.7539.9247.65
HexAA4997039B211382830
Octal25211122707113414705060
Binary1010101010010011001011101110011011100001100111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4997; }

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

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

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

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

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

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

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

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