#AD61D7

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

Shades of Medium Orchid #AD61D7

Tints of Medium Orchid #AD61D7

Color information

#AD61D7 (or 0xAD61D7) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and D7. RGB value is (173,97,215). Sum of RGB (Red+Green+Blue) = 173+97+215=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD61D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61D7 is #529E28. Grayscale: #848484. Windows color (decimal): -5414441 or 14115245. OLE color: 14115245.

HSL color Cylindrical-coordinate representation of color #AD61D7: hue angle of 278.64º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD61D7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17397215-
CMYK0.200.5500.16
HSL278.64º59.6%61.18%-
HSV(B)278.64º54.88%84.31%-
XYZ33.7722.3466.82-
YUV133.18174.18156.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=35.67%
G=20%
B=44.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173972150.200.5500.16278.6459.661.18
HexAD61D714370101173c3d
Octal25514132724670204277475
Binary1010110111000011101011110100110111010000100010111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61D7; }

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

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

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

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

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

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

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

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