#AB5ECE

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

Shades of Medium Orchid #AB5ECE

Tints of Medium Orchid #AB5ECE

Color information

#AB5ECE (or 0xAB5ECE) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and CE. RGB value is (171,94,206). Sum of RGB (Red+Green+Blue) = 171+94+206=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ECE is #54A131. Grayscale: #818181. Windows color (decimal): -5546290 or 13524651. OLE color: 13524651.

HSL color Cylindrical-coordinate representation of color #AB5ECE: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB5ECE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17194206-
CMYK0.170.5400.19
HSL281.25º53.33%58.82%-
HSV(B)281.25º54.37%80.78%-
XYZ31.9421.1260.79-
YUV129.79171.01157.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 94 (37.11% from 255) = 19.96%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=36.31%
G=19.96%
B=43.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171942060.170.5400.19281.2553.3358.82
HexAB5ECE1136013119353b
Octal25313631621660234316573
Binary1010101110111101100111010001110110010011100011001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5ECE; }

 p { color: rgb(171,94,206); }

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

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

 a { background-color: rgb(171,94,206); }

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

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

 span { border-color: rgb(171,94,206); }

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