#AA54FF

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

Shades of Medium Purple #AA54FF

Tints of Medium Purple #AA54FF

Color information

#AA54FF (or 0xAA54FF) is unknown color: approx Medium Purple. HEX triplet: AA, 54 and FF. RGB value is (170,84,255). Sum of RGB (Red+Green+Blue) = 170+84+255=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA54FF is #55AB00. Grayscale: #808080. Windows color (decimal): -5614337 or 16733354. OLE color: 16733354.

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

Color convert

RGB17084255-
CMYK0.330.6700
HSL270.18º100%66.47%-
HSV(B)270.18º67.06%100%-
XYZ37.822.1196.88-
YUV129.21198.99157.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 84 (33.20% from 255) = 16.50%
BLUE value IS 255 (100% from 255) = 50.10%
R=33.40%
G=16.50%
B=50.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal170842550.330.6700270.1810066.47
HexAA54FF21430010e6442
Octal2521243774110300416144102
Binary1010101010101001111111110000110000110010000111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA54FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA54FF; }

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

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

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

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

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

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

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

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