#AD69C4

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

Shades of Medium Orchid #AD69C4

Tints of Medium Orchid #AD69C4

Color information

#AD69C4 (or 0xAD69C4) is unknown color: approx Medium Orchid. HEX triplet: AD, 69 and C4. RGB value is (173,105,196). Sum of RGB (Red+Green+Blue) = 173+105+196=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD69C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69C4 is #52963B. Grayscale: #878787. Windows color (decimal): -5412412 or 12872109. OLE color: 12872109.

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

Color convert

RGB173105196-
CMYK0.120.4600.23
HSL284.84º43.54%59.02%-
HSV(B)284.84º46.43%76.86%-
XYZ32.2522.9754.96-
YUV135.71162.03154.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=36.50%
G=22.15%
B=41.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731051960.120.4600.23284.8443.5459.02
HexAD69C4C2E01711d2c3b
Octal25515130414560274355473
Binary101011011101001110001001100101110010111100011101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69C4; }

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

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

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

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

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

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

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

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