#AD61CD

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

Shades of Medium Orchid #AD61CD

Tints of Medium Orchid #AD61CD

Color information

#AD61CD (or 0xAD61CD) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and CD. RGB value is (173,97,205). Sum of RGB (Red+Green+Blue) = 173+97+205=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD61CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CD is #529E32. Grayscale: #838383. Windows color (decimal): -5414451 or 13459885. OLE color: 13459885.

HSL color Cylindrical-coordinate representation of color #AD61CD: hue angle of 282.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD61CD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17397205-
CMYK0.160.5300.20
HSL282.22º51.92%59.22%-
HSV(B)282.22º52.68%80.39%-
XYZ32.5321.8460.26-
YUV132.04169.18157.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=36.42%
G=20.42%
B=43.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173972050.160.5300.20282.2251.9259.22
HexAD61CD103501411a343b
Octal25514131520650244326473
Binary1010110111000011100110110000110101010100100011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61CD; }

 p { color: rgb(173,97,205); }

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

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

 a { background-color: rgb(173,97,205); }

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

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

 span { border-color: rgb(173,97,205); }

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