#AA5298

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

Shades of Violet Blue #AA5298

Tints of Violet Blue #AA5298

Color information

#AA5298 (or 0xAA5298) is unknown color: approx Violet Blue. HEX triplet: AA, 52 and 98. RGB value is (170,82,152). Sum of RGB (Red+Green+Blue) = 170+82+152=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5298 is #55AD67. Grayscale: #747474. Windows color (decimal): -5614952 or 9982634. OLE color: 9982634.

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

Color convert

RGB17082152-
CMYK00.520.110.33
HSL312.27º34.92%49.41%-
HSV(B)312.27º51.76%66.67%-
XYZ25.2616.8531.63-
YUV116.29148.15166.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 152 (59.77% from 255) = 37.62%
R=42.08%
G=20.30%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708215200.520.110.33312.2734.9249.41
HexAA5298034B211382331
Octal25212223006413414704361
Binary1010101010100101001100001101001011100001100111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5298; }

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

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

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

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

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

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

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

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