#AD5DCA

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

Shades of Medium Orchid #AD5DCA

Tints of Medium Orchid #AD5DCA

Color information

#AD5DCA (or 0xAD5DCA) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and CA. RGB value is (173,93,202). Sum of RGB (Red+Green+Blue) = 173+93+202=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DCA is #52A235. Grayscale: #808080. Windows color (decimal): -5415478 or 13262253. OLE color: 13262253.

HSL color Cylindrical-coordinate representation of color #AD5DCA: hue angle of 284.04º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5DCA is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17393202-
CMYK0.140.5400.21
HSL284.04º50.7%57.84%-
HSV(B)284.04º53.96%79.22%-
XYZ31.8120.9858.25-
YUV129.35169159.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=36.97%
G=19.87%
B=43.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173932020.140.5400.21284.0450.757.84
HexAD5DCAE3601511c333a
Octal25513531216660254346372
Binary101011011011101110010101110110110010101100011100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DCA; }

 p { color: rgb(173,93,202); }

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

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

 a { background-color: rgb(173,93,202); }

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

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

 span { border-color: rgb(173,93,202); }

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