#AA51A7

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

Shades of Violet Blue #AA51A7

Tints of Violet Blue #AA51A7

Color information

#AA51A7 (or 0xAA51A7) is unknown color: approx Violet Blue. HEX triplet: AA, 51 and A7. RGB value is (170,81,167). Sum of RGB (Red+Green+Blue) = 170+81+167=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA51A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA51A7 is #55AE58. Grayscale: #757575. Windows color (decimal): -5615193 or 10965418. OLE color: 10965418.

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

Color convert

RGB17081167-
CMYK00.520.020.33
HSL302.02º35.46%49.22%-
HSV(B)302.02º52.35%66.67%-
XYZ26.517.2238.49-
YUV117.42155.99165.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 167 (65.62% from 255) = 39.95%
R=40.67%
G=19.38%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708116700.520.020.33302.0235.4649.22
HexAA51A703422112e2331
Octal2521212470642414564361
Binary10101010101000110100111011010010100001100101110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA51A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA51A7; }

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

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

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

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

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

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

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

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