#AB57D1

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

Shades of Medium Orchid #AB57D1

Tints of Medium Orchid #AB57D1

Color information

#AB57D1 (or 0xAB57D1) is unknown color: approx Medium Orchid. HEX triplet: AB, 57 and D1. RGB value is (171,87,209). Sum of RGB (Red+Green+Blue) = 171+87+209=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB57D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB57D1 is #54A82E. Grayscale: #7D7D7D. Windows color (decimal): -5548079 or 13719467. OLE color: 13719467.

HSL color Cylindrical-coordinate representation of color #AB57D1: hue angle of 281.31º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB57D1 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17187209-
CMYK0.180.5800.18
HSL281.31º57.01%58.04%-
HSV(B)281.31º58.37%81.96%-
XYZ31.7120.0862.53-
YUV126.02174.83160.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 87 (34.38% from 255) = 18.63%
BLUE value IS 209 (82.03% from 255) = 44.75%
R=36.62%
G=18.63%
B=44.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171872090.180.5800.18281.3157.0158.04
HexAB57D1123A012119393a
Octal25312732122720224317172
Binary1010101110101111101000110010111010010010100011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB57D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB57D1; }

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

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

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

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

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

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

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

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