#AB5FC7

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

Shades of Medium Orchid #AB5FC7

Tints of Medium Orchid #AB5FC7

Color information

#AB5FC7 (or 0xAB5FC7) is unknown color: approx Medium Orchid. HEX triplet: AB, 5F and C7. RGB value is (171,95,199). Sum of RGB (Red+Green+Blue) = 171+95+199=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB5FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FC7 is #54A038. Grayscale: #818181. Windows color (decimal): -5546041 or 13066155. OLE color: 13066155.

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

Color convert

RGB17195199-
CMYK0.140.5200.22
HSL283.85º48.15%57.65%-
HSV(B)283.85º52.26%78.04%-
XYZ31.220.9756.44-
YUV129.58167.18157.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=36.77%
G=20.43%
B=42.80%

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
Decimal171951990.140.5200.22283.8548.1557.65
HexAB5FC7E3401611c303a
Octal25313730716640264346072
Binary101010111011111110001111110110100010110100011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FC7; }

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

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

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

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

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

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

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

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