#AB47DE

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

Shades of Medium Orchid #AB47DE

Tints of Medium Orchid #AB47DE

Color information

#AB47DE (or 0xAB47DE) is unknown color: approx Medium Orchid. HEX triplet: AB, 47 and DE. RGB value is (171,71,222). Sum of RGB (Red+Green+Blue) = 171+71+222=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB47DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47DE is #54B821. Grayscale: #757575. Windows color (decimal): -5552162 or 14567339. OLE color: 14567339.

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

Color convert

RGB17171222-
CMYK0.230.6800.13
HSL279.74º69.59%57.45%-
HSV(B)279.74º68.02%87.06%-
XYZ32.2318.4470.97-
YUV118.11186.63165.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 71 (28.12% from 255) = 15.30%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=36.85%
G=15.30%
B=47.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171712220.230.6800.13279.7469.5957.45
HexAB47DE17440D1184639
Octal2531073362710401543010671
Binary10101011100011111011110101111000100011011000110001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB47DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB47DE; }

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

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

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

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

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

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

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

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