#AA48A0

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

Shades of Violet Blue #AA48A0

Tints of Violet Blue #AA48A0

Color information

#AA48A0 (or 0xAA48A0) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and A0. RGB value is (170,72,160). Sum of RGB (Red+Green+Blue) = 170+72+160=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA48A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48A0 is #55B75F. Grayscale: #6F6F6F. Windows color (decimal): -5617504 or 10504362. OLE color: 10504362.

HSL color Cylindrical-coordinate representation of color #AA48A0: hue angle of 306.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA48A0 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17072160-
CMYK00.580.060.33
HSL306.12º40.5%47.45%-
HSV(B)306.12º57.65%66.67%-
XYZ25.2415.7234.96-
YUV111.33155.47169.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 160 (62.89% from 255) = 39.80%
R=42.29%
G=17.91%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707216000.580.060.33306.1240.547.45
HexAA48A003A621132282f
Octal2521102400726414625057
Binary101010101001000101000000111010110100001100110010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48A0; }

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

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

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

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

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

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

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

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