#AA55B2

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

Shades of Violet Blue #AA55B2

Tints of Violet Blue #AA55B2

Color information

#AA55B2 (or 0xAA55B2) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and B2. RGB value is (170,85,178). Sum of RGB (Red+Green+Blue) = 170+85+178=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA55B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55B2 is #55AA4D. Grayscale: #787878. Windows color (decimal): -5614158 or 11687338. OLE color: 11687338.

HSL color Cylindrical-coordinate representation of color #AA55B2: hue angle of 294.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA55B2 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17085178-
CMYK0.040.5200.30
HSL294.84º37.65%51.57%-
HSV(B)294.84º52.25%69.8%-
XYZ27.8618.2644.18-
YUV121.02160.16162.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 178 (69.92% from 255) = 41.11%
R=39.26%
G=19.63%
B=41.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170851780.040.5200.30294.8437.6551.57
HexAA55B243401E1272634
Octal2521252624640364474664
Binary10101010101010110110010100110100011110100100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55B2; }

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

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

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

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

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

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

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

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