#AA5698

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

Shades of Violet Blue #AA5698

Tints of Violet Blue #AA5698

Color information

#AA5698 (or 0xAA5698) is unknown color: approx Violet Blue. HEX triplet: AA, 56 and 98. RGB value is (170,86,152). Sum of RGB (Red+Green+Blue) = 170+86+152=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5698 is #55A967. Grayscale: #767676. Windows color (decimal): -5613928 or 9983658. OLE color: 9983658.

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

Color convert

RGB17086152-
CMYK00.490.110.33
HSL312.86º33.07%50.2%-
HSV(B)312.86º49.41%66.67%-
XYZ25.5717.4731.73-
YUV118.64146.83164.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=41.67%
G=21.08%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708615200.490.110.33312.8633.0750.2
HexAA5698031B211392132
Octal25212623006113414714162
Binary1010101010101101001100001100011011100001100111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5698; }

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

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

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

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

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

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

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

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