#ab49df

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

Shades of Medium Orchid #AB49DF

Tints of Medium Orchid #AB49DF

Color information

#AB49DF (or 0xAB49DF) is unknown color: approx Medium Orchid. HEX triplet: AB, 49 and DF. RGB value is (171,73,223). Sum of RGB (Red+Green+Blue) = 171+73+223=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB49DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49DF is #54B620. Grayscale: #767676. Windows color (decimal): -5551649 or 14633387. OLE color: 14633387.

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

Color convert

RGB17173223-
CMYK0.230.6700.13
HSL279.2º70.09%58.04%-
HSV(B)279.2º67.26%87.45%-
XYZ32.518.7571.72-
YUV119.4186.47164.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=36.62%
G=15.63%
B=47.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171732230.230.6700.13279.270.0958.04
HexAB49DF17430D117463a
Octal2531113372710301542710672
Binary10101011100100111011111101111000011011011000101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab49df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab49df; }

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

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

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

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

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

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

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

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