#AD61C4

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

Shades of Medium Orchid #AD61C4

Tints of Medium Orchid #AD61C4

Color information

#AD61C4 (or 0xAD61C4) is unknown color: approx Medium Orchid. HEX triplet: AD, 61 and C4. RGB value is (173,97,196). Sum of RGB (Red+Green+Blue) = 173+97+196=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD61C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C4 is #529E3B. Grayscale: #828282. Windows color (decimal): -5414460 or 12870061. OLE color: 12870061.

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

Color convert

RGB17397196-
CMYK0.120.5100.23
HSL286.06º45.62%57.45%-
HSV(B)286.06º50.51%76.86%-
XYZ31.4721.4254.7-
YUV131.01164.68157.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 196 (76.95% from 255) = 42.06%
R=37.12%
G=20.82%
B=42.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal173971960.120.5100.23286.0645.6257.45
HexAD61C4C3301711e2e39
Octal25514130414630274365671
Binary101011011100001110001001100110011010111100011110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD61C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD61C4; }

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

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

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

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

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

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

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

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