#AD5DCC

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

Shades of Medium Orchid #AD5DCC

Tints of Medium Orchid #AD5DCC

Color information

#AD5DCC (or 0xAD5DCC) is unknown color: approx Medium Orchid. HEX triplet: AD, 5D and CC. RGB value is (173,93,204). Sum of RGB (Red+Green+Blue) = 173+93+204=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DCC is #52A233. Grayscale: #818181. Windows color (decimal): -5415476 or 13393325. OLE color: 13393325.

HSL color Cylindrical-coordinate representation of color #AD5DCC: hue angle of 283.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5DCC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17393204-
CMYK0.150.5400.2
HSL283.24º52.11%58.24%-
HSV(B)283.24º54.41%80%-
XYZ32.0521.0759.51-
YUV129.57170158.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=36.81%
G=19.79%
B=43.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal173932040.150.5400.2283.2452.1158.24
HexAD5DCCF3601411b343a
Octal25513531417660244336472
Binary101011011011101110011001111110110010100100011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5DCC; }

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

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

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

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

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

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

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

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