#AA53A7

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

Shades of Violet Blue #AA53A7

Tints of Violet Blue #AA53A7

Color information

#AA53A7 (or 0xAA53A7) is unknown color: approx Violet Blue. HEX triplet: AA, 53 and A7. RGB value is (170,83,167). Sum of RGB (Red+Green+Blue) = 170+83+167=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA53A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA53A7 is #55AC58. Grayscale: #767676. Windows color (decimal): -5614681 or 10965930. OLE color: 10965930.

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

Color convert

RGB17083167-
CMYK00.510.020.33
HSL302.07º34.39%49.61%-
HSV(B)302.07º51.18%66.67%-
XYZ26.6517.5238.54-
YUV118.59155.32164.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=40.48%
G=19.76%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708316700.510.020.33302.0734.3949.61
HexAA53A703322112e2232
Octal2521232470632414564262
Binary10101010101001110100111011001110100001100101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA53A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA53A7; }

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

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

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

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

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

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

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

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