#AA48AE

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

Shades of Violet Blue #AA48AE

Tints of Violet Blue #AA48AE

Color information

#AA48AE (or 0xAA48AE) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and AE. RGB value is (170,72,174). Sum of RGB (Red+Green+Blue) = 170+72+174=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA48AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48AE is #55B751. Grayscale: #707070. Windows color (decimal): -5617490 or 11421866. OLE color: 11421866.

HSL color Cylindrical-coordinate representation of color #AA48AE: hue angle of 297.65º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA48AE is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17072174-
CMYK0.020.5900.32
HSL297.65º41.46%48.24%-
HSV(B)297.65º58.62%68.24%-
XYZ26.5316.2441.78-
YUV112.93162.47168.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=40.87%
G=17.31%
B=41.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170721740.020.5900.32297.6541.4648.24
HexAA48AE23B02012a2930
Octal2521102562730404525160
Binary10101010100100010101110101110110100000100101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48AE; }

 p { color: rgb(170,72,174); }

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

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

 a { background-color: rgb(170,72,174); }

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

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

 span { border-color: rgb(170,72,174); }

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