#AD60CD

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

Shades of Medium Orchid #AD60CD

Tints of Medium Orchid #AD60CD

Color information

#AD60CD (or 0xAD60CD) is unknown color: approx Medium Orchid. HEX triplet: AD, 60 and CD. RGB value is (173,96,205). Sum of RGB (Red+Green+Blue) = 173+96+205=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CD is #529F32. Grayscale: #838383. Windows color (decimal): -5414707 or 13459629. OLE color: 13459629.

HSL color Cylindrical-coordinate representation of color #AD60CD: hue angle of 282.39º 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 #AD60CD is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17396205-
CMYK0.160.5300.20
HSL282.39º52.15%59.02%-
HSV(B)282.39º53.17%80.39%-
XYZ32.4421.6660.23-
YUV131.45169.51157.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=36.50%
G=20.25%
B=43.25%

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
Decimal173962050.160.5300.20282.3952.1559.02
HexAD60CD103501411a343b
Octal25514031520650244326473
Binary1010110111000001100110110000110101010100100011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD60CD; }

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

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

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

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

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

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

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

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