#AB59C7

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

Shades of Medium Orchid #AB59C7

Tints of Medium Orchid #AB59C7

Color information

#AB59C7 (or 0xAB59C7) is unknown color: approx Medium Orchid. HEX triplet: AB, 59 and C7. RGB value is (171,89,199). Sum of RGB (Red+Green+Blue) = 171+89+199=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB59C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB59C7 is #54A638. Grayscale: #7D7D7D. Windows color (decimal): -5547577 or 13064619. OLE color: 13064619.

HSL color Cylindrical-coordinate representation of color #AB59C7: hue angle of 284.73º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB59C7 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17189199-
CMYK0.140.5500.22
HSL284.73º49.55%56.47%-
HSV(B)284.73º55.28%78.04%-
XYZ30.6819.9356.26-
YUV126.06169.17160.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 199 (78.12% from 255) = 43.36%
R=37.25%
G=19.39%
B=43.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171891990.140.5500.22284.7349.5556.47
HexAB59C7E3701611d3238
Octal25313130716670264356270
Binary101010111011001110001111110110111010110100011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB59C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB59C7; }

 p { color: rgb(171,89,199); }

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

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

 a { background-color: rgb(171,89,199); }

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

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

 span { border-color: rgb(171,89,199); }

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