#A880F1

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

Shades of Medium Purple #A880F1

Tints of Medium Purple #A880F1

Color information

#A880F1 (or 0xA880F1) is unknown color: approx Medium Purple. HEX triplet: A8, 80 and F1. RGB value is (168,128,241). Sum of RGB (Red+Green+Blue) = 168+128+241=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #A880F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A880F1 is #577F0E. Grayscale: #989898. Windows color (decimal): -5734159 or 15827112. OLE color: 15827112.

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

Color convert

RGB168128241-
CMYK0.300.4700.05
HSL261.24º80.14%72.35%-
HSV(B)261.24º46.89%94.51%-
XYZ39.7430.1186.94-
YUV152.84177.75138.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 241 (94.53% from 255) = 44.88%
R=31.28%
G=23.84%
B=44.88%

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
Decimal1681282410.300.4700.05261.2480.1472.35
HexA880F11E2F051055048
Octal250200361365705405120110
Binary10101000100000001111000111110101111010110000010110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880F1; }

 p { color: rgb(168,128,241); }

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

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

 a { background-color: rgb(168,128,241); }

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

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

 span { border-color: rgb(168,128,241); }

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