#AD47CC

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

Shades of Medium Orchid #AD47CC

Tints of Medium Orchid #AD47CC

Color information

#AD47CC (or 0xAD47CC) is unknown color: approx Medium Orchid. HEX triplet: AD, 47 and CC. RGB value is (173,71,204). Sum of RGB (Red+Green+Blue) = 173+71+204=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD47CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47CC is #52B833. Grayscale: #747474. Windows color (decimal): -5421108 or 13387693. OLE color: 13387693.

HSL color Cylindrical-coordinate representation of color #AD47CC: hue angle of 286.02º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD47CC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17371204-
CMYK0.150.6500.2
HSL286.02º56.6%53.92%-
HSV(B)286.02º65.2%80%-
XYZ30.3917.7558.95-
YUV116.66177.29168.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=38.62%
G=15.85%
B=45.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173712040.150.6500.2286.0256.653.92
HexAD47CCF4101411e3936
Octal255107314171010244367166
Binary1010110110001111100110011111000001010100100011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD47CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD47CC; }

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

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

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

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

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

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

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

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