#AB47D4

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

Shades of Medium Orchid #AB47D4

Tints of Medium Orchid #AB47D4

Color information

#AB47D4 (or 0xAB47D4) is unknown color: approx Medium Orchid. HEX triplet: AB, 47 and D4. RGB value is (171,71,212). Sum of RGB (Red+Green+Blue) = 171+71+212=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB47D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47D4 is #54B82B. Grayscale: #747474. Windows color (decimal): -5552172 or 13911979. OLE color: 13911979.

HSL color Cylindrical-coordinate representation of color #AB47D4: hue angle of 282.55º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB47D4 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17171212-
CMYK0.190.6700.17
HSL282.55º62.11%55.49%-
HSV(B)282.55º66.51%83.14%-
XYZ30.9317.9264.12-
YUV116.97181.63166.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 71 (28.12% from 255) = 15.64%
BLUE value IS 212 (83.20% from 255) = 46.70%
R=37.67%
G=15.64%
B=46.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171712120.190.6700.17282.5562.1155.49
HexAB47D4134301111b3e37
Octal253107324231030214337667
Binary10101011100011111010100100111000011010001100011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47D4; }

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

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

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

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

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

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

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

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