#ab4fdf

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

Shades of Medium Orchid #AB4FDF

Tints of Medium Orchid #AB4FDF

Color information

#AB4FDF (or 0xAB4FDF) is unknown color: approx Medium Orchid. HEX triplet: AB, 4F and DF. RGB value is (171,79,223). Sum of RGB (Red+Green+Blue) = 171+79+223=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB4FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FDF is #54B020. Grayscale: #7A7A7A. Windows color (decimal): -5550113 or 14634923. OLE color: 14634923.

HSL color Cylindrical-coordinate representation of color #AB4FDF: hue angle of 278.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB4FDF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17179223-
CMYK0.230.6500.13
HSL278.33º69.23%59.22%-
HSV(B)278.33º64.57%87.45%-
XYZ32.9119.5871.86-
YUV122.92184.48162.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=36.15%
G=16.70%
B=47.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171792230.230.6500.13278.3369.2359.22
HexAB4FDF17410D116453b
Octal2531173372710101542610573
Binary10101011100111111011111101111000001011011000101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab4fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab4fdf; }

 p { color: rgb(171,79,223); }

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

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

 a { background-color: rgb(171,79,223); }

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

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

 span { border-color: rgb(171,79,223); }

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