#AD42C6

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

Shades of Medium Orchid #AD42C6

Tints of Medium Orchid #AD42C6

Color information

#AD42C6 (or 0xAD42C6) is unknown color: approx Medium Orchid. HEX triplet: AD, 42 and C6. RGB value is (173,66,198). Sum of RGB (Red+Green+Blue) = 173+66+198=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD42C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42C6 is #52BD39. Grayscale: #707070. Windows color (decimal): -5422394 or 12993197. OLE color: 12993197.

HSL color Cylindrical-coordinate representation of color #AD42C6: hue angle of 288.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD42C6 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17366198-
CMYK0.130.6700.22
HSL288.64º53.66%51.76%-
HSV(B)288.64º66.67%77.65%-
XYZ29.3716.8655.13-
YUV113.04175.95170.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.59%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=39.59%
G=15.10%
B=45.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173661980.130.6700.22288.6453.6651.76
HexAD42C6D430161213634
Octal255102306151030264416664
Binary1010110110000101100011011011000011010110100100001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42C6; }

 p { color: rgb(173,66,198); }

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

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

 a { background-color: rgb(173,66,198); }

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

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

 span { border-color: rgb(173,66,198); }

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