#AD4FC2

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

Shades of Medium Orchid #AD4FC2

Tints of Medium Orchid #AD4FC2

Color information

#AD4FC2 (or 0xAD4FC2) is unknown color: approx Medium Orchid. HEX triplet: AD, 4F and C2. RGB value is (173,79,194). Sum of RGB (Red+Green+Blue) = 173+79+194=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD4FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FC2 is #52B03D. Grayscale: #777777. Windows color (decimal): -5419070 or 12734381. OLE color: 12734381.

HSL color Cylindrical-coordinate representation of color #AD4FC2: hue angle of 289.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4FC2 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17379194-
CMYK0.110.5900.24
HSL289.04º48.52%53.53%-
HSV(B)289.04º59.28%76.08%-
XYZ29.7718.3753.02-
YUV120.22169.64165.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 79 (31.25% from 255) = 17.71%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=38.79%
G=17.71%
B=43.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173791940.110.5900.24289.0448.5253.53
HexAD4FC2B3B0181213136
Octal25511730213730304416166
Binary101011011001111110000101011111011011000100100001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4FC2; }

 p { color: rgb(173,79,194); }

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

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

 a { background-color: rgb(173,79,194); }

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

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

 span { border-color: rgb(173,79,194); }

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