#AD61E1

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

Shades of Medium Orchid #AD61E1

Tints of Medium Orchid #AD61E1

Color information

#AD61E1 (or 0xAD61E1) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and E1. RGB value is (173,97,225). Sum of RGB (Red+Green+Blue) = 173+97+225=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD61E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61E1 is #529E1E. Grayscale: #858585. Windows color (decimal): -5414431 or 14770605. OLE color: 14770605.

HSL color Cylindrical-coordinate representation of color #AD61E1: hue angle of 275.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD61E1 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17397225-
CMYK0.230.5700.12
HSL275.62º68.09%63.14%-
HSV(B)275.62º56.89%88.24%-
XYZ35.122.8773.8-
YUV134.32179.18155.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=34.95%
G=19.60%
B=45.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173972250.230.5700.12275.6268.0963.14
HexAD61E117390C114443f
Octal255141341277101442410477
Binary1010110111000011110000110111111001011001000101001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61E1; }

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

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

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

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

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

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

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

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