#a876e0

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

Shades of Medium Purple #A876E0

Tints of Medium Purple #A876E0

Color information

#A876E0 (or 0xA876E0) is unknown color: approx Medium Purple. HEX triplet: A8, 76 and E0. RGB value is (168,118,224). Sum of RGB (Red+Green+Blue) = 168+118+224=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #A876E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A876E0 is #57891F. Grayscale: #909090. Windows color (decimal): -5736736 or 14710440. OLE color: 14710440.

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

Color convert

RGB168118224-
CMYK0.250.4700.12
HSL268.3º63.1%67.06%-
HSV(B)268.3º47.32%87.84%-
XYZ36.0826.6673.77-
YUV145.03172.56144.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 224 (87.89% from 255) = 43.92%
R=32.94%
G=23.14%
B=43.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681182240.250.4700.12268.363.167.06
HexA876E0192F0C10c3f43
Octal250166340315701441477103
Binary1010100011101101110000011001101111011001000011001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a876e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a876e0; }

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

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

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

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

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

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

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

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