#A876E1

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

Shades of Medium Purple #A876E1

Tints of Medium Purple #A876E1

Color information

#A876E1 (or 0xA876E1) is unknown color: approx Medium Purple. HEX triplet: A8, 76 and E1. RGB value is (168,118,225). Sum of RGB (Red+Green+Blue) = 168+118+225=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #A876E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876E1 is #57891E. Grayscale: #909090. Windows color (decimal): -5736735 or 14775976. OLE color: 14775976.

HSL color Cylindrical-coordinate representation of color #A876E1: hue angle of 268.04º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A876E1 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168118225-
CMYK0.250.4800.12
HSL268.04º64.07%67.25%-
HSV(B)268.04º47.56%88.24%-
XYZ36.2226.7274.48-
YUV145.15173.06144.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=32.88%
G=23.09%
B=44.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681182250.250.4800.12268.0464.0767.25
HexA876E119300C10c4043
Octal2501663413160014414100103
Binary10101000111011011100001110011100000110010000110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A876E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A876E1; }

 p { color: rgb(168,118,225); }

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

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

 a { background-color: rgb(168,118,225); }

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

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

 span { border-color: rgb(168,118,225); }

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