#A877F1

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

Shades of Medium Purple #A877F1

Tints of Medium Purple #A877F1

Color information

#A877F1 (or 0xA877F1) is unknown color: approx Medium Purple. HEX triplet: A8, 77 and F1. RGB value is (168,119,241). Sum of RGB (Red+Green+Blue) = 168+119+241=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #A877F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877F1 is #57880E. Grayscale: #939393. Windows color (decimal): -5736463 or 15824808. OLE color: 15824808.

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

Color convert

RGB168119241-
CMYK0.300.5100.05
HSL264.1º81.33%70.59%-
HSV(B)264.1º50.62%94.51%-
XYZ38.6227.8786.56-
YUV147.56180.73142.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=31.82%
G=22.54%
B=45.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681192410.300.5100.05264.181.3370.59
HexA877F11E33051085147
Octal250167361366305410121107
Binary1010100011101111111000111110110011010110000100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A877F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A877F1; }

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

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

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

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

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

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

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

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