#AD53C1

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

Shades of Medium Orchid #AD53C1

Tints of Medium Orchid #AD53C1

Color information

#AD53C1 (or 0xAD53C1) is unknown color: approx Medium Orchid. HEX triplet: AD, 53 and C1. RGB value is (173,83,193). Sum of RGB (Red+Green+Blue) = 173+83+193=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD53C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53C1 is #52AC3E. Grayscale: #7A7A7A. Windows color (decimal): -5418047 or 12669869. OLE color: 12669869.

HSL color Cylindrical-coordinate representation of color #AD53C1: hue angle of 289.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD53C1 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17383193-
CMYK0.100.5700.24
HSL289.09º47.01%54.12%-
HSV(B)289.09º56.99%75.69%-
XYZ29.9518.9252.53-
YUV122.45167.82164.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=38.53%
G=18.49%
B=42.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal173831930.100.5700.24289.0947.0154.12
HexAD53C1A390181212f36
Octal25512330112710304415766
Binary101011011010011110000011010111001011000100100001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD53C1; }

 p { color: rgb(173,83,193); }

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

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

 a { background-color: rgb(173,83,193); }

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

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

 span { border-color: rgb(173,83,193); }

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