#A878ED

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

Shades of Medium Purple #A878ED

Tints of Medium Purple #A878ED

Color information

#A878ED (or 0xA878ED) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and ED. RGB value is (168,120,237). Sum of RGB (Red+Green+Blue) = 168+120+237=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A878ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878ED is #578712. Grayscale: #939393. Windows color (decimal): -5736211 or 15562920. OLE color: 15562920.

HSL color Cylindrical-coordinate representation of color #A878ED: hue angle of 264.62º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A878ED is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168120237-
CMYK0.290.4900.07
HSL264.62º76.47%70%-
HSV(B)264.62º49.37%92.94%-
XYZ38.1527.8783.49-
YUV147.69178.4142.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=32%
G=22.86%
B=45.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681202370.290.4900.07264.6276.4770
HexA878ED1D31071094c46
Octal250170355356107411114106
Binary1010100011110001110110111101110001011110000100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878ED; }

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

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

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

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

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

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

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

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