#AA55AA

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

Shades of Violet Blue #AA55AA

Tints of Violet Blue #AA55AA

Color information

#AA55AA (or 0xAA55AA) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and AA. RGB value is (170,85,170). Sum of RGB (Red+Green+Blue) = 170+85+170=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55AA is #55AA55. Grayscale: #777777. Windows color (decimal): -5614166 or 11163050. OLE color: 11163050.

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

Color convert

RGB17085170-
CMYK00.5000.33
HSL300º33.33%50%-
HSV(B)300º50%66.67%-
XYZ27.0817.9540.07-
YUV120.1156.16163.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708517000.5000.3330033.3350
HexAA55AA03202112c2132
Octal2521252520620414544162
Binary1010101010101011010101001100100100001100101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55AA; }

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

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

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

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

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

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

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

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