#AD48CE

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

Shades of Medium Orchid #AD48CE

Tints of Medium Orchid #AD48CE

Color information

#AD48CE (or 0xAD48CE) is unknown color: approx Medium Orchid. HEX triplet: AD, 48 and CE. RGB value is (173,72,206). Sum of RGB (Red+Green+Blue) = 173+72+206=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48CE is #52B731. Grayscale: #757575. Windows color (decimal): -5420850 or 13519021. OLE color: 13519021.

HSL color Cylindrical-coordinate representation of color #AD48CE: hue angle of 285.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD48CE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17372206-
CMYK0.160.6500.19
HSL285.22º57.76%54.51%-
HSV(B)285.22º65.05%80.78%-
XYZ30.6917.9860.24-
YUV117.48177.96167.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.36%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=38.36%
G=15.96%
B=45.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173722060.160.6500.19285.2257.7654.51
HexAD48CE104101311d3a37
Octal255110316201010234357267
Binary10101101100100011001110100001000001010011100011101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD48CE; }

 p { color: rgb(173,72,206); }

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

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

 a { background-color: rgb(173,72,206); }

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

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

 span { border-color: rgb(173,72,206); }

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