#AD69C3

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

Shades of Medium Orchid #AD69C3

Tints of Medium Orchid #AD69C3

Color information

#AD69C3 (or 0xAD69C3) is unknown color: approx Medium Orchid. HEX triplet: AD, 69 and C3. RGB value is (173,105,195). Sum of RGB (Red+Green+Blue) = 173+105+195=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD69C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69C3 is #52963C. Grayscale: #878787. Windows color (decimal): -5412413 or 12806573. OLE color: 12806573.

HSL color Cylindrical-coordinate representation of color #AD69C3: hue angle of 285.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD69C3 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173105195-
CMYK0.110.4600.24
HSL285.33º42.86%58.82%-
HSV(B)285.33º46.15%76.47%-
XYZ32.1422.9354.36-
YUV135.59161.53154.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 195 (76.56% from 255) = 41.23%
R=36.58%
G=22.20%
B=41.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731051950.110.4600.24285.3342.8658.82
HexAD69C3B2E01811d2b3b
Octal25515130313560304355373
Binary101011011101001110000111011101110011000100011101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69C3; }

 p { color: rgb(173,105,195); }

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

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

 a { background-color: rgb(173,105,195); }

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

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

 span { border-color: rgb(173,105,195); }

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