#AA52A7

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

Shades of Violet Blue #AA52A7

Tints of Violet Blue #AA52A7

Color information

#AA52A7 (or 0xAA52A7) is unknown color: approx Violet Blue. HEX triplet: AA, 52 and A7. RGB value is (170,82,167). Sum of RGB (Red+Green+Blue) = 170+82+167=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA52A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA52A7 is #55AD58. Grayscale: #757575. Windows color (decimal): -5614937 or 10965674. OLE color: 10965674.

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

Color convert

RGB17082167-
CMYK00.520.020.33
HSL302.05º34.92%49.41%-
HSV(B)302.05º51.76%66.67%-
XYZ26.5717.3738.51-
YUV118155.65165.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=40.57%
G=19.57%
B=39.86%

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
Decimal1708216700.520.020.33302.0534.9249.41
HexAA52A703422112e2331
Octal2521222470642414564361
Binary10101010101001010100111011010010100001100101110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA52A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA52A7; }

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

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

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

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

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

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

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

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