#AA55FE

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

Shades of Medium Purple #AA55FE

Tints of Medium Purple #AA55FE

Color information

#AA55FE (or 0xAA55FE) is unknown color: approx Medium Purple. HEX triplet: AA, 55 and FE. RGB value is (170,85,254). Sum of RGB (Red+Green+Blue) = 170+85+254=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55FE is #55AA01. Grayscale: #818181. Windows color (decimal): -5614082 or 16668074. OLE color: 16668074.

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

Color convert

RGB17085254-
CMYK0.330.6700.00
HSL270.18º98.83%66.47%-
HSV(B)270.18º66.54%99.61%-
XYZ37.7222.296.06-
YUV129.68198.16156.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 85 (33.59% from 255) = 16.70%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=33.40%
G=16.70%
B=49.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal170852540.330.6700.00270.1898.8366.47
HexAA55FE21430010e6342
Octal2521253764110300416143102
Binary1010101010101011111111010000110000110010000111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA55FE; }

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

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

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

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

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

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

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

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