#AB47C6

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

Shades of Medium Orchid #AB47C6

Tints of Medium Orchid #AB47C6

Color information

#AB47C6 (or 0xAB47C6) is unknown color: approx Medium Orchid. HEX triplet: AB, 47 and C6. RGB value is (171,71,198). Sum of RGB (Red+Green+Blue) = 171+71+198=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB47C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47C6 is #54B839. Grayscale: #727272. Windows color (decimal): -5552186 or 12994475. OLE color: 12994475.

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

Color convert

RGB17171198-
CMYK0.140.6400.22
HSL287.24º52.7%52.75%-
HSV(B)287.24º64.14%77.65%-
XYZ29.2417.2455.21-
YUV115.38174.63167.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 71 (28.12% from 255) = 16.14%
BLUE value IS 198 (77.73% from 255) = 45%
R=38.86%
G=16.14%
B=45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171711980.140.6400.22287.2452.752.75
HexAB47C6E4001611f3535
Octal253107306161000264376565
Binary1010101110001111100011011101000000010110100011111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47C6; }

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

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

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

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

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

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

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

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