#AD41C4

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

Shades of Medium Orchid #AD41C4

Tints of Medium Orchid #AD41C4

Color information

#AD41C4 (or 0xAD41C4) is unknown color: approx Medium Orchid. HEX triplet: AD, 41 and C4. RGB value is (173,65,196). Sum of RGB (Red+Green+Blue) = 173+65+196=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD41C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41C4 is #52BE3B. Grayscale: #6F6F6F. Windows color (decimal): -5422652 or 12861869. OLE color: 12861869.

HSL color Cylindrical-coordinate representation of color #AD41C4: hue angle of 289.47º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD41C4 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17365196-
CMYK0.120.6700.23
HSL289.47º52.61%51.18%-
HSV(B)289.47º66.84%76.86%-
XYZ29.0916.6553.91-
YUV112.23175.28171.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 65 (25.78% from 255) = 14.98%
BLUE value IS 196 (76.95% from 255) = 45.16%
R=39.86%
G=14.98%
B=45.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173651960.120.6700.23289.4752.6151.18
HexAD41C4C430171213533
Octal255101304141030274416563
Binary1010110110000011100010011001000011010111100100001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD41C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD41C4; }

 p { color: rgb(173,65,196); }

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

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

 a { background-color: rgb(173,65,196); }

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

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

 span { border-color: rgb(173,65,196); }

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