#AA55FF

Color #AA55FF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA55FF

Tints of Medium Purple #AA55FF

Color information

#AA55FF (or 0xAA55FF) is unknown color: approx Medium Purple. HEX triplet: AA, 55 and FF. RGB value is (170,85,255). Sum of RGB (Red+Green+Blue) = 170+85+255=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FF is #55AA00. Grayscale: #818181. Windows color (decimal): -5614081 or 16733610. OLE color: 16733610.

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

Color convert

RGB17085255-
CMYK0.330.6700
HSL270º100%66.67%-
HSV(B)270º66.67%100%-
XYZ37.8822.2696.91-
YUV129.79198.66156.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 16.67%
BLUE value IS 255 (100% from 255) = 50%
R=33.33%
G=16.67%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170852550.330.670027010066.67
HexAA55FF21430010e6443
Octal2521253774110300416144103
Binary1010101010101011111111110000110000110010000111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55FF; }

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

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

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

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

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

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

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

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