#AA5598

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

Shades of Violet Blue #AA5598

Tints of Violet Blue #AA5598

Color information

#AA5598 (or 0xAA5598) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and 98. RGB value is (170,85,152). Sum of RGB (Red+Green+Blue) = 170+85+152=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5598 is #55AA67. Grayscale: #757575. Windows color (decimal): -5614184 or 9983402. OLE color: 9983402.

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

Color convert

RGB17085152-
CMYK00.500.110.33
HSL312.71º33.33%50%-
HSV(B)312.71º50%66.67%-
XYZ25.4917.3131.7-
YUV118.05147.16165.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=41.77%
G=20.88%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708515200.500.110.33312.7133.3350
HexAA5598032B211392132
Octal25212523006213414714162
Binary1010101010101011001100001100101011100001100111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5598; }

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

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

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

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

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

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

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

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