#A381EC

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

Shades of Medium Purple #A381EC

Tints of Medium Purple #A381EC

Color information

#A381EC (or 0xA381EC) is unknown color: approx Medium Purple. HEX triplet: A3, 81 and EC. RGB value is (163,129,236). Sum of RGB (Red+Green+Blue) = 163+129+236=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #A381EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A381EC is #5C7E13. Grayscale: #969696. Windows color (decimal): -6061588 or 15499683. OLE color: 15499683.

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

Color convert

RGB163129236-
CMYK0.310.4500.07
HSL259.07º73.79%71.57%-
HSV(B)259.07º45.34%92.55%-
XYZ38.0929.5483.05-
YUV151.36175.76136.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=30.87%
G=24.43%
B=44.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631292360.310.4500.07259.0773.7971.57
HexA381EC1F2D071034a48
Octal243201354375507403112110
Binary10100011100000011110110011111101101011110000001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381EC; }

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

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

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

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

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

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

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

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