#AD47F5

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

Shades of Medium Orchid #AD47F5

Tints of Medium Orchid #AD47F5

Color information

#AD47F5 (or 0xAD47F5) is unknown color: approx Medium Orchid. HEX triplet: AD, 47 and F5. RGB value is (173,71,245). Sum of RGB (Red+Green+Blue) = 173+71+245=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 245 (96.09% from 255 or 50.10% from 489); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD47F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47F5 is #52B80A. Grayscale: #787878. Windows color (decimal): -5421067 or 16074669. OLE color: 16074669.

HSL color Cylindrical-coordinate representation of color #AD47F5: hue angle of 275.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD47F5 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17371245-
CMYK0.290.7100.04
HSL275.17º89.69%61.96%-
HSV(B)275.17º71.02%96.08%-
XYZ35.9719.9888.35-
YUV121.33197.79164.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.38%
GREEN value IS 71 (28.12% from 255) = 14.52%
BLUE value IS 245 (96.09% from 255) = 50.10%
R=35.38%
G=14.52%
B=50.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal173712450.290.7100.04275.1789.6961.96
HexAD47F51D47041135a3e
Octal255107365351070442313276
Binary1010110110001111111010111101100011101001000100111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47F5; }

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

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

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

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

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

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

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

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