#AA55A7

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

Shades of Violet Blue #AA55A7

Tints of Violet Blue #AA55A7

Color information

#AA55A7 (or 0xAA55A7) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and A7. RGB value is (170,85,167). Sum of RGB (Red+Green+Blue) = 170+85+167=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 167 (65.62% from 255 or 39.57% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA55A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55A7 is #55AA58. Grayscale: #777777. Windows color (decimal): -5614169 or 10966442. OLE color: 10966442.

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

Color convert

RGB17085167-
CMYK00.500.020.33
HSL302.12º33.33%50%-
HSV(B)302.12º50%66.67%-
XYZ26.817.8338.59-
YUV119.76154.66163.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 85 (33.59% from 255) = 20.14%
BLUE value IS 167 (65.62% from 255) = 39.57%
R=40.28%
G=20.14%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708516700.500.020.33302.1233.3350
HexAA55A703222112e2132
Octal2521252470622414564162
Binary10101010101010110100111011001010100001100101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55A7; }

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

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

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

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

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

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

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

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