#AD45C5

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

Shades of Medium Orchid #AD45C5

Tints of Medium Orchid #AD45C5

Color information

#AD45C5 (or 0xAD45C5) is unknown color: approx Medium Orchid. HEX triplet: AD, 45 and C5. RGB value is (173,69,197). Sum of RGB (Red+Green+Blue) = 173+69+197=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD45C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45C5 is #52BA3A. Grayscale: #727272. Windows color (decimal): -5421627 or 12928429. OLE color: 12928429.

HSL color Cylindrical-coordinate representation of color #AD45C5: hue angle of 288.75º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD45C5 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17369197-
CMYK0.120.6500.23
HSL288.75º52.46%52.16%-
HSV(B)288.75º64.97%77.25%-
XYZ29.4417.1754.59-
YUV114.69174.46169.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 69 (27.34% from 255) = 15.72%
BLUE value IS 197 (77.34% from 255) = 44.87%
R=39.41%
G=15.72%
B=44.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173691970.120.6500.23288.7552.4652.16
HexAD45C5C410171213434
Octal255105305141010274416464
Binary1010110110001011100010111001000001010111100100001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45C5; }

 p { color: rgb(173,69,197); }

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

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

 a { background-color: rgb(173,69,197); }

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

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

 span { border-color: rgb(173,69,197); }

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