#AD55D5

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

Shades of Medium Orchid #AD55D5

Tints of Medium Orchid #AD55D5

Color information

#AD55D5 (or 0xAD55D5) is unknown color: approx Medium Orchid. HEX triplet: AD, 55 and D5. RGB value is (173,85,213). Sum of RGB (Red+Green+Blue) = 173+85+213=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD55D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55D5 is #52AA2A. Grayscale: #7D7D7D. Windows color (decimal): -5417515 or 13981101. OLE color: 13981101.

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

Color convert

RGB17385213-
CMYK0.190.6000.16
HSL281.25º60.38%58.43%-
HSV(B)281.25º60.09%83.53%-
XYZ32.4920.1965.13-
YUV125.9177.15161.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=36.73%
G=18.05%
B=45.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173852130.190.6000.16281.2560.3858.43
HexAD55D5133C0101193c3a
Octal25512532523740204317472
Binary1010110110101011101010110011111100010000100011001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD55D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD55D5; }

 p { color: rgb(173,85,213); }

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

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

 a { background-color: rgb(173,85,213); }

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

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

 span { border-color: rgb(173,85,213); }

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