#A878E9

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

Shades of Medium Purple #A878E9

Tints of Medium Purple #A878E9

Color information

#A878E9 (or 0xA878E9) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and E9. RGB value is (168,120,233). Sum of RGB (Red+Green+Blue) = 168+120+233=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #A878E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878E9 is #578716. Grayscale: #929292. Windows color (decimal): -5736215 or 15300776. OLE color: 15300776.

HSL color Cylindrical-coordinate representation of color #A878E9: hue angle of 265.49º degrees, saturation: 0.72, 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 #A878E9 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB168120233-
CMYK0.280.4800.09
HSL265.49º71.97%69.22%-
HSV(B)265.49º48.5%91.37%-
XYZ37.5727.6480.45-
YUV147.23176.4142.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.25%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 233 (91.41% from 255) = 44.72%
R=32.25%
G=23.03%
B=44.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1681202330.280.4800.09265.4971.9769.22
HexA878E91C30091094845
Octal2501703513460011411110105
Binary10101000111100011101001111001100000100110000100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878E9; }

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

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

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

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

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

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

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

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