#AD60E5

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

Shades of Medium Orchid #AD60E5

Tints of Medium Orchid #AD60E5

Color information

#AD60E5 (or 0xAD60E5) is unknown color: approx Medium Orchid. HEX triplet: AD, 60 and E5. RGB value is (173,96,229). Sum of RGB (Red+Green+Blue) = 173+96+229=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD60E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60E5 is #529F1A. Grayscale: #858585. Windows color (decimal): -5414683 or 15032493. OLE color: 15032493.

HSL color Cylindrical-coordinate representation of color #AD60E5: hue angle of 274.74º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD60E5 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17396229-
CMYK0.240.5800.10
HSL274.74º71.89%63.73%-
HSV(B)274.74º58.08%89.8%-
XYZ35.5622.9176.68-
YUV134.18181.51155.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 96 (37.89% from 255) = 19.28%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=34.74%
G=19.28%
B=45.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal173962290.240.5800.10274.7471.8963.73
HexAD60E5183A0A1134840
Octal2551403453072012423110100
Binary10101101110000011100101110001110100101010001001110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60E5; }

 p { color: rgb(173,96,229); }

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

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

 a { background-color: rgb(173,96,229); }

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

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

 span { border-color: rgb(173,96,229); }

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