#AB81EC

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

Shades of Medium Purple #AB81EC

Tints of Medium Purple #AB81EC

Color information

#AB81EC (or 0xAB81EC) is unknown color: approx Medium Purple. HEX triplet: AB, 81 and EC. RGB value is (171,129,236). Sum of RGB (Red+Green+Blue) = 171+129+236=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 129 (50.78% from 255 or 24.07% 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 #AB81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81EC is #547E13. Grayscale: #999999. Windows color (decimal): -5537300 or 15499691. OLE color: 15499691.

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

Color convert

RGB171129236-
CMYK0.280.4500.07
HSL263.55º73.79%71.57%-
HSV(B)263.55º45.34%92.55%-
XYZ39.7930.4183.13-
YUV153.76174.41140.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 236 (92.58% from 255) = 44.03%
R=31.90%
G=24.07%
B=44.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711292360.280.4500.07263.5573.7971.57
HexAB81EC1C2D071084a48
Octal253201354345507410112110
Binary10101011100000011110110011100101101011110000100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81EC; }

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

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

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

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

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

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

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

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