#AB5EE1

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

Shades of Medium Orchid #AB5EE1

Tints of Medium Orchid #AB5EE1

Color information

#AB5EE1 (or 0xAB5EE1) is unknown color: approx Medium Orchid. HEX triplet: AB, 5E and E1. RGB value is (171,94,225). Sum of RGB (Red+Green+Blue) = 171+94+225=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB5EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EE1 is #54A11E. Grayscale: #838383. Windows color (decimal): -5546271 or 14769835. OLE color: 14769835.

HSL color Cylindrical-coordinate representation of color #AB5EE1: hue angle of 275.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5EE1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17194225-
CMYK0.240.5800.12
HSL275.27º68.59%62.55%-
HSV(B)275.27º58.22%88.24%-
XYZ34.3922.173.69-
YUV131.96180.51155.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 94 (37.11% from 255) = 19.18%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=34.90%
G=19.18%
B=45.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal171942250.240.5800.12275.2768.5962.55
HexAB5EE1183A0C113453f
Octal253136341307201442310577
Binary1010101110111101110000111000111010011001000100111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5EE1; }

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

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

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

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

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

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

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

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