#AA80FD

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

Shades of Medium Purple #AA80FD

Tints of Medium Purple #AA80FD

Color information

#AA80FD (or 0xAA80FD) is unknown color: approx Medium Purple. HEX triplet: AA, 80 and FD. RGB value is (170,128,253). Sum of RGB (Red+Green+Blue) = 170+128+253=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80FD is #557F02. Grayscale: #9A9A9A. Windows color (decimal): -5603075 or 16613546. OLE color: 16613546.

HSL color Cylindrical-coordinate representation of color #AA80FD: hue angle of 260.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA80FD is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170128253-
CMYK0.330.4900.01
HSL260.16º96.9%74.71%-
HSV(B)260.16º49.41%99.22%-
XYZ42.0331.0896.71-
YUV154.81183.41138.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=30.85%
G=23.23%
B=45.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701282530.330.4900.01260.1696.974.71
HexAA80FD213101104614b
Octal252200375416101404141113
Binary1010101010000000111111011000011100010110000010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80FD; }

 p { color: rgb(170,128,253); }

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

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

 a { background-color: rgb(170,128,253); }

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

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

 span { border-color: rgb(170,128,253); }

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