#A061EC

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

Shades of Medium Purple #A061EC

Tints of Medium Purple #A061EC

Color information

#A061EC (or 0xA061EC) is unknown color: approx Medium Purple. HEX triplet: A0, 61 and EC. RGB value is (160,97,236). Sum of RGB (Red+Green+Blue) = 160+97+236=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A061EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A061EC is #5F9E13. Grayscale: #838383. Windows color (decimal): -6266388 or 15491488. OLE color: 15491488.

HSL color Cylindrical-coordinate representation of color #A061EC: hue angle of 267.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A061EC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16097236-
CMYK0.320.5900.07
HSL267.19º78.53%65.29%-
HSV(B)267.19º58.9%92.55%-
XYZ33.9122.0881.83-
YUV131.68186.87148.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 236 (92.58% from 255) = 47.87%
R=32.45%
G=19.68%
B=47.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160972360.320.5900.07267.1978.5365.29
HexA061EC203B0710b4f41
Octal240141354407307413117101
Binary10100000110000111101100100000111011011110000101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061EC; }

 p { color: rgb(160,97,236); }

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

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

 a { background-color: rgb(160,97,236); }

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

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

 span { border-color: rgb(160,97,236); }

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