#AA5898

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

Shades of Violet Blue #AA5898

Tints of Violet Blue #AA5898

Color information

#AA5898 (or 0xAA5898) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and 98. RGB value is (170,88,152). Sum of RGB (Red+Green+Blue) = 170+88+152=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5898 is #55A767. Grayscale: #777777. Windows color (decimal): -5613416 or 9984170. OLE color: 9984170.

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

Color convert

RGB17088152-
CMYK00.480.110.33
HSL313.17º32.54%50.59%-
HSV(B)313.17º48.24%66.67%-
XYZ25.7317.7931.78-
YUV119.81146.17163.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 88 (34.77% from 255) = 21.46%
BLUE value IS 152 (59.77% from 255) = 37.07%
R=41.46%
G=21.46%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708815200.480.110.33313.1732.5450.59
HexAA5898030B211392133
Octal25213023006013414714163
Binary1010101010110001001100001100001011100001100111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5898; }

 p { color: rgb(170,88,152); }

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

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

 a { background-color: rgb(170,88,152); }

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

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

 span { border-color: rgb(170,88,152); }

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