#A884EC

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

Shades of Medium Purple #A884EC

Tints of Medium Purple #A884EC

Color information

#A884EC (or 0xA884EC) is unknown color: approx Medium Purple. HEX triplet: A8, 84 and EC. RGB value is (168,132,236). Sum of RGB (Red+Green+Blue) = 168+132+236=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #A884EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A884EC is #577B13. Grayscale: #9A9A9A. Windows color (decimal): -5733140 or 15500456. OLE color: 15500456.

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

Color convert

RGB168132236-
CMYK0.290.4400.07
HSL260.77º73.24%72.16%-
HSV(B)260.77º44.07%92.55%-
XYZ39.5430.8883.23-
YUV154.62173.93137.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=31.34%
G=24.63%
B=44.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681322360.290.4400.07260.7773.2472.16
HexA884EC1D2C071054948
Octal250204354355407405111110
Binary10101000100001001110110011101101100011110000010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884EC; }

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

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

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

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

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

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

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

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