#a373ec

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

Shades of Medium Purple #A373EC

Tints of Medium Purple #A373EC

Color information

#A373EC (or 0xA373EC) is unknown color: approx Medium Purple. HEX triplet: A3, 73 and EC. RGB value is (163,115,236). Sum of RGB (Red+Green+Blue) = 163+115+236=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #A373EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A373EC is #5C8C13. Grayscale: #8E8E8E. Windows color (decimal): -6065172 or 15496099. OLE color: 15496099.

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

Color convert

RGB163115236-
CMYK0.310.5100.07
HSL263.8º76.1%68.82%-
HSV(B)263.8º51.27%92.55%-
XYZ36.3826.182.48-
YUV143.15180.4142.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 115 (45.31% from 255) = 22.37%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=31.71%
G=22.37%
B=45.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631152360.310.5100.07263.876.168.82
HexA373EC1F33071084c45
Octal243163354376307410114105
Binary1010001111100111110110011111110011011110000100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a373ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a373ec; }

 p { color: rgb(163,115,236); }

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

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

 a { background-color: rgb(163,115,236); }

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

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

 span { border-color: rgb(163,115,236); }

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