#AA48AA

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

Shades of Violet Blue #AA48AA

Tints of Violet Blue #AA48AA

Color information

#AA48AA (or 0xAA48AA) is unknown color: approx Violet Blue. HEX triplet: AA, 48 and AA. RGB value is (170,72,170). Sum of RGB (Red+Green+Blue) = 170+72+170=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA48AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA48AA is #55B755. Grayscale: #707070. Windows color (decimal): -5617494 or 11159722. OLE color: 11159722.

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

Color convert

RGB17072170-
CMYK00.5800.33
HSL300º40.5%47.45%-
HSV(B)300º57.65%66.67%-
XYZ26.1516.0839.76-
YUV112.47160.47169.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 72 (28.52% from 255) = 17.48%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=41.26%
G=17.48%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707217000.5800.3330040.547.45
HexAA48AA03A02112c282f
Octal2521102520720414545057
Binary1010101010010001010101001110100100001100101100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA48AA; }

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

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

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

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

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

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

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

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