#AA80F0

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

Shades of Medium Purple #AA80F0

Tints of Medium Purple #AA80F0

Color information

#AA80F0 (or 0xAA80F0) is unknown color: approx Medium Purple. HEX triplet: AA, 80 and F0. RGB value is (170,128,240). Sum of RGB (Red+Green+Blue) = 170+128+240=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA80F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80F0 is #557F0F. Grayscale: #989898. Windows color (decimal): -5603088 or 15761578. OLE color: 15761578.

HSL color Cylindrical-coordinate representation of color #AA80F0: hue angle of 262.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA80F0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170128240-
CMYK0.290.4700.06
HSL262.5º78.87%72.16%-
HSV(B)262.5º46.67%94.12%-
XYZ40.0230.2886.17-
YUV153.33176.91139.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=31.60%
G=23.79%
B=44.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701282400.290.4700.06262.578.8772.16
HexAA80F01D2F061064f48
Octal252200360355706406117110
Binary10101010100000001111000011101101111011010000011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80F0; }

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

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

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

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

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

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

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

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