#AA5495

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

Shades of Violet Blue #AA5495

Tints of Violet Blue #AA5495

Color information

#AA5495 (or 0xAA5495) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and 95. RGB value is (170,84,149). Sum of RGB (Red+Green+Blue) = 170+84+149=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5495 is #55AB6A. Grayscale: #747474. Windows color (decimal): -5614443 or 9786538. OLE color: 9786538.

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

Color convert

RGB17084149-
CMYK00.510.120.33
HSL314.65º33.86%49.8%-
HSV(B)314.65º50.59%66.67%-
XYZ25.1717.0630.4-
YUV117.12145.99165.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=42.18%
G=20.84%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708414900.510.120.33314.6533.8649.8
HexAA5495033C2113b2232
Octal25212422506314414734262
Binary1010101010101001001010101100111100100001100111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5495; }

 p { color: rgb(170,84,149); }

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

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

 a { background-color: rgb(170,84,149); }

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

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

 span { border-color: rgb(170,84,149); }

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