#AB49F3

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

Shades of Medium Orchid #AB49F3

Tints of Medium Orchid #AB49F3

Color information

#AB49F3 (or 0xAB49F3) is unknown color: approx Medium Orchid. HEX triplet: AB, 49 and F3. RGB value is (171,73,243). Sum of RGB (Red+Green+Blue) = 171+73+243=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB49F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB49F3 is #54B60C. Grayscale: #797979. Windows color (decimal): -5551629 or 15944107. OLE color: 15944107.

HSL color Cylindrical-coordinate representation of color #AB49F3: hue angle of 274.59º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB49F3 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17173243-
CMYK0.300.7000.05
HSL274.59º87.63%61.96%-
HSV(B)274.59º69.96%95.29%-
XYZ35.3519.8986.77-
YUV121.68196.47163.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 73 (28.91% from 255) = 14.99%
BLUE value IS 243 (95.31% from 255) = 49.90%
R=35.11%
G=14.99%
B=49.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171732430.300.7000.05274.5987.6361.96
HexAB49F31E4605113583e
Octal253111363361060542313076
Binary1010101110010011111001111110100011001011000100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49F3; }

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

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

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

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

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

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

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

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