#AD47E1

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

Shades of Medium Orchid #AD47E1

Tints of Medium Orchid #AD47E1

Color information

#AD47E1 (or 0xAD47E1) is unknown color: approx Medium Orchid. HEX triplet: AD, 47 and E1. RGB value is (173,71,225). Sum of RGB (Red+Green+Blue) = 173+71+225=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD47E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47E1 is #52B81E. Grayscale: #767676. Windows color (decimal): -5421087 or 14763949. OLE color: 14763949.

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

Color convert

RGB17371225-
CMYK0.230.6800.12
HSL279.74º71.96%58.04%-
HSV(B)279.74º68.44%88.24%-
XYZ33.0818.8373.12-
YUV119.05187.79166.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 71 (28.12% from 255) = 15.14%
BLUE value IS 225 (88.28% from 255) = 47.97%
R=36.89%
G=15.14%
B=47.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173712250.230.6800.12279.7471.9658.04
HexAD47E117440C118483a
Octal2551073412710401443011072
Binary10101101100011111100001101111000100011001000110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47E1; }

 p { color: rgb(173,71,225); }

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

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

 a { background-color: rgb(173,71,225); }

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

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

 span { border-color: rgb(173,71,225); }

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