#AB5FE1

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

Shades of Medium Orchid #AB5FE1

Tints of Medium Orchid #AB5FE1

Color information

#AB5FE1 (or 0xAB5FE1) is unknown color: approx Medium Orchid. HEX triplet: AB, 5F and E1. RGB value is (171,95,225). Sum of RGB (Red+Green+Blue) = 171+95+225=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB5FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FE1 is #54A01E. Grayscale: #848484. Windows color (decimal): -5546015 or 14770091. OLE color: 14770091.

HSL color Cylindrical-coordinate representation of color #AB5FE1: hue angle of 275.08º degrees, saturation: 0.68, 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 #AB5FE1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17195225-
CMYK0.240.5800.12
HSL275.08º68.42%62.75%-
HSV(B)275.08º57.78%88.24%-
XYZ34.4822.2873.72-
YUV132.54180.18155.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=34.83%
G=19.35%
B=45.82%

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
Decimal171952250.240.5800.12275.0868.4262.75
HexAB5FE1183A0C113443f
Octal253137341307201442310477
Binary1010101110111111110000111000111010011001000100111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FE1; }

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

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

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

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

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

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

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

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