#AA80F3

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

Shades of Medium Purple #AA80F3

Tints of Medium Purple #AA80F3

Color information

#AA80F3 (or 0xAA80F3) is unknown color: approx Medium Purple. HEX triplet: AA, 80 and F3. RGB value is (170,128,243). Sum of RGB (Red+Green+Blue) = 170+128+243=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA80F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80F3 is #557F0C. Grayscale: #999999. Windows color (decimal): -5603085 or 15958186. OLE color: 15958186.

HSL color Cylindrical-coordinate representation of color #AA80F3: hue angle of 261.91º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA80F3 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170128243-
CMYK0.300.4700.05
HSL261.91º82.73%72.75%-
HSV(B)261.91º47.33%95.29%-
XYZ40.4730.4688.54-
YUV153.67178.41139.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=31.42%
G=23.66%
B=44.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701282430.300.4700.05261.9182.7372.75
HexAA80F31E2F051065349
Octal252200363365705406123111
Binary10101010100000001111001111110101111010110000011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA80F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA80F3; }

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

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

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

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

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

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

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

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