#A879EC

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

Shades of Medium Purple #A879EC

Tints of Medium Purple #A879EC

Color information

#A879EC (or 0xA879EC) is unknown color: approx Medium Purple. HEX triplet: A8, 79 and EC. RGB value is (168,121,236). Sum of RGB (Red+Green+Blue) = 168+121+236=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A879EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879EC is #578613. Grayscale: #939393. Windows color (decimal): -5735956 or 15497640. OLE color: 15497640.

HSL color Cylindrical-coordinate representation of color #A879EC: hue angle of 264.52º degrees, saturation: 0.75, 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 #A879EC is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168121236-
CMYK0.290.4900.07
HSL264.52º75.16%70%-
HSV(B)264.52º48.73%92.55%-
XYZ38.1328.0682.76-
YUV148.16177.57142.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=32%
G=23.05%
B=44.95%

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
Decimal1681212360.290.4900.07264.5275.1670
HexA879EC1D31071094b46
Octal250171354356107411113106
Binary1010100011110011110110011101110001011110000100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879EC; }

 p { color: rgb(168,121,236); }

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

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

 a { background-color: rgb(168,121,236); }

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

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

 span { border-color: rgb(168,121,236); }

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