#AA53A4

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

Shades of Violet Blue #AA53A4

Tints of Violet Blue #AA53A4

Color information

#AA53A4 (or 0xAA53A4) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and A4. RGB value is (170,83,164). Sum of RGB (Red+Green+Blue) = 170+83+164=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA53A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA53A4 is #55AC5B. Grayscale: #767676. Windows color (decimal): -5614684 or 10769322. OLE color: 10769322.

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

Color convert

RGB17083164-
CMYK00.510.040.33
HSL304.14º34.39%49.61%-
HSV(B)304.14º51.18%66.67%-
XYZ26.3717.4137.09-
YUV118.25153.82164.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=40.77%
G=19.90%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708316400.510.040.33304.1434.3949.61
HexAA53A40334211302232
Octal2521232440634414604262
Binary101010101010011101001000110011100100001100110000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA53A4; }

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

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

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

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

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

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

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

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