#A281EC

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

Shades of Medium Purple #A281EC

Tints of Medium Purple #A281EC

Color information

#A281EC (or 0xA281EC) is unknown color: approx Medium Purple. HEX triplet: A2, 81 and EC. RGB value is (162,129,236). Sum of RGB (Red+Green+Blue) = 162+129+236=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #A281EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281EC is #5D7E13. Grayscale: #969696. Windows color (decimal): -6127124 or 15499682. OLE color: 15499682.

HSL color Cylindrical-coordinate representation of color #A281EC: hue angle of 258.5º 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 #A281EC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162129236-
CMYK0.310.4500.07
HSL258.5º73.79%71.57%-
HSV(B)258.5º45.34%92.55%-
XYZ37.8929.4483.04-
YUV151.06175.93135.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=30.74%
G=24.48%
B=44.78%

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
Decimal1621292360.310.4500.07258.573.7971.57
HexA281EC1F2D071034a48
Octal242201354375507403112110
Binary10100010100000011110110011111101101011110000001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A281EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A281EC; }

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

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

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

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

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

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

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

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