#AB5FC6

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

Shades of Medium Orchid #AB5FC6

Tints of Medium Orchid #AB5FC6

Color information

#AB5FC6 (or 0xAB5FC6) is unknown color: approx Medium Orchid. HEX triplet: AB, 5F and C6. RGB value is (171,95,198). Sum of RGB (Red+Green+Blue) = 171+95+198=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB5FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FC6 is #54A039. Grayscale: #818181. Windows color (decimal): -5546042 or 13000619. OLE color: 13000619.

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

Color convert

RGB17195198-
CMYK0.140.5200.22
HSL284.27º47.47%57.45%-
HSV(B)284.27º52.02%77.65%-
XYZ31.0820.9255.83-
YUV129.47166.68157.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=36.85%
G=20.47%
B=42.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171951980.140.5200.22284.2747.4757.45
HexAB5FC6E3401611c2f39
Octal25313730616640264345771
Binary101010111011111110001101110110100010110100011100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FC6; }

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

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

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

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

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

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

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

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