#AD45D7

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

Shades of Medium Orchid #AD45D7

Tints of Medium Orchid #AD45D7

Color information

#AD45D7 (or 0xAD45D7) is unknown color: approx Medium Orchid. HEX triplet: AD, 45 and D7. RGB value is (173,69,215). Sum of RGB (Red+Green+Blue) = 173+69+215=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD45D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45D7 is #52BA28. Grayscale: #747474. Windows color (decimal): -5421609 or 14108077. OLE color: 14108077.

HSL color Cylindrical-coordinate representation of color #AD45D7: hue angle of 282.74º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD45D7 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17369215-
CMYK0.200.6800.16
HSL282.74º64.6%55.69%-
HSV(B)282.74º67.91%84.31%-
XYZ31.6318.0566.11-
YUV116.74183.46168.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=37.86%
G=15.10%
B=47.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173692150.200.6800.16282.7464.655.69
HexAD45D7144401011b4138
Octal2551053272410402043310170
Binary101011011000101110101111010010001000100001000110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD45D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD45D7; }

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

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

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

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

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

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

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

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