#A878E7

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

Shades of Medium Purple #A878E7

Tints of Medium Purple #A878E7

Color information

#A878E7 (or 0xA878E7) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and E7. RGB value is (168,120,231). Sum of RGB (Red+Green+Blue) = 168+120+231=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #A878E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878E7 is #578718. Grayscale: #929292. Windows color (decimal): -5736217 or 15169704. OLE color: 15169704.

HSL color Cylindrical-coordinate representation of color #A878E7: hue angle of 265.95º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A878E7 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168120231-
CMYK0.270.4800.09
HSL265.95º69.81%68.82%-
HSV(B)265.95º48.05%90.59%-
XYZ37.2927.5378.95-
YUV147.01175.4142.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 120 (47.27% from 255) = 23.12%
BLUE value IS 231 (90.62% from 255) = 44.51%
R=32.37%
G=23.12%
B=44.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681202310.270.4800.09265.9569.8168.82
HexA878E71B300910a4645
Octal2501703473360011412106105
Binary10101000111100011100111110111100000100110000101010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878E7; }

 p { color: rgb(168,120,231); }

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

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

 a { background-color: rgb(168,120,231); }

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

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

 span { border-color: rgb(168,120,231); }

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