#AA4897

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

Shades of Violet Blue #AA4897

Tints of Violet Blue #AA4897

Color information

#AA4897 (or 0xAA4897) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and 97. RGB value is (170,72,151). Sum of RGB (Red+Green+Blue) = 170+72+151=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4897 is #55B768. Grayscale: #6E6E6E. Windows color (decimal): -5617513 or 9914538. OLE color: 9914538.

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

Color convert

RGB17072151-
CMYK00.580.110.33
HSL311.63º40.5%47.45%-
HSV(B)311.63º57.65%66.67%-
XYZ24.4815.4230.96-
YUV110.31150.97170.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=43.26%
G=18.32%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707215100.580.110.33311.6340.547.45
HexAA489703AB21138282f
Octal25211022707213414705057
Binary1010101010010001001011101110101011100001100111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4897; }

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

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

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

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

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

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

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

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