#AB57E7

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

Shades of Medium Orchid #AB57E7

Tints of Medium Orchid #AB57E7

Color information

#AB57E7 (or 0xAB57E7) is unknown color: approx Medium Orchid. HEX triplet: AB, 57 and E7. RGB value is (171,87,231). Sum of RGB (Red+Green+Blue) = 171+87+231=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB57E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB57E7 is #54A818. Grayscale: #808080. Windows color (decimal): -5548057 or 15161259. OLE color: 15161259.

HSL color Cylindrical-coordinate representation of color #AB57E7: hue angle of 275º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB57E7 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17187231-
CMYK0.260.6200.09
HSL275º75%62.35%-
HSV(B)275º62.34%90.59%-
XYZ34.6321.2477.88-
YUV128.53185.83158.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 231 (90.62% from 255) = 47.24%
R=34.97%
G=17.79%
B=47.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171872310.260.6200.092757562.35
HexAB57E71A3E091134b3e
Octal253127347327601142311376
Binary1010101110101111110011111010111110010011000100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB57E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB57E7; }

 p { color: rgb(171,87,231); }

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

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

 a { background-color: rgb(171,87,231); }

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

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

 span { border-color: rgb(171,87,231); }

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