#AA53A5

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

Shades of Violet Blue #AA53A5

Tints of Violet Blue #AA53A5

Color information

#AA53A5 (or 0xAA53A5) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and A5. RGB value is (170,83,165). Sum of RGB (Red+Green+Blue) = 170+83+165=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA53A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA53A5 is #55AC5A. Grayscale: #767676. Windows color (decimal): -5614683 or 10834858. OLE color: 10834858.

HSL color Cylindrical-coordinate representation of color #AA53A5: hue angle of 303.45º 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 #AA53A5 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB17083165-
CMYK00.510.030.33
HSL303.45º34.39%49.61%-
HSV(B)303.45º51.18%66.67%-
XYZ26.4617.4537.57-
YUV118.36154.32164.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=40.67%
G=19.86%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708316500.510.030.33303.4534.3949.61
HexAA53A503332112f2232
Octal2521232450633414574262
Binary10101010101001110100101011001111100001100101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA53A5; }

 p { color: rgb(170,83,165); }

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

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

 a { background-color: rgb(170,83,165); }

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

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

 span { border-color: rgb(170,83,165); }

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