#AA55B1

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

Shades of Violet Blue #AA55B1

Tints of Violet Blue #AA55B1

Color information

#AA55B1 (or 0xAA55B1) is unknown color: approx Violet Blue. HEX triplet: AA, 55 and B1. RGB value is (170,85,177). Sum of RGB (Red+Green+Blue) = 170+85+177=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA55B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA55B1 is #55AA4E. Grayscale: #787878. Windows color (decimal): -5614159 or 11621802. OLE color: 11621802.

HSL color Cylindrical-coordinate representation of color #AA55B1: hue angle of 295.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA55B1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17085177-
CMYK0.040.5200.31
HSL295.43º37.1%51.37%-
HSV(B)295.43º51.98%69.41%-
XYZ27.7618.2243.65-
YUV120.9159.66163.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=39.35%
G=19.68%
B=40.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170851770.040.5200.31295.4337.151.37
HexAA55B143401F1272533
Octal2521252614640374474563
Binary10101010101010110110001100110100011111100100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55B1; }

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

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

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

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

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

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

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

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