#AA54A7

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

Shades of Violet Blue #AA54A7

Tints of Violet Blue #AA54A7

Color information

#AA54A7 (or 0xAA54A7) is unknown color: approx Violet Blue. HEX triplet: AA, 54 and A7. RGB value is (170,84,167). Sum of RGB (Red+Green+Blue) = 170+84+167=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA54A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA54A7 is #55AB58. Grayscale: #767676. Windows color (decimal): -5614425 or 10966186. OLE color: 10966186.

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

Color convert

RGB17084167-
CMYK00.510.020.33
HSL302.09º33.86%49.8%-
HSV(B)302.09º50.59%66.67%-
XYZ26.7217.6838.56-
YUV119.18154.99164.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 167 (65.62% from 255) = 39.67%
R=40.38%
G=19.95%
B=39.67%

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
Decimal1708416700.510.020.33302.0933.8649.8
HexAA54A703322112e2232
Octal2521242470632414564262
Binary10101010101010010100111011001110100001100101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54A7; }

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

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

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

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

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

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

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

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