#AD42ED

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

Shades of Medium Orchid #AD42ED

Tints of Medium Orchid #AD42ED

Color information

#AD42ED (or 0xAD42ED) is unknown color: approx Medium Orchid. HEX triplet: AD, 42 and ED. RGB value is (173,66,237). Sum of RGB (Red+Green+Blue) = 173+66+237=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD42ED is #52BD12. Grayscale: #747474. Windows color (decimal): -5422355 or 15549101. OLE color: 15549101.

HSL color Cylindrical-coordinate representation of color #AD42ED: hue angle of 277.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD42ED is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17366237-
CMYK0.270.7200.07
HSL277.54º82.61%59.41%-
HSV(B)277.54º72.15%92.94%-
XYZ34.4718.981.95-
YUV117.49195.45167.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 66 (26.17% from 255) = 13.87%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=36.34%
G=13.87%
B=49.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173662370.270.7200.07277.5482.6159.41
HexAD42ED1B4807116533b
Octal255102355331100742612373
Binary1010110110000101110110111011100100001111000101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42ED; }

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

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

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

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

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

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

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

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