#AD67C1

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

Shades of Medium Orchid #AD67C1

Tints of Medium Orchid #AD67C1

Color information

#AD67C1 (or 0xAD67C1) is unknown color: approx Medium Orchid. HEX triplet: AD, 67 and C1. RGB value is (173,103,193). Sum of RGB (Red+Green+Blue) = 173+103+193=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD67C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67C1 is #52983E. Grayscale: #858585. Windows color (decimal): -5412927 or 12674989. OLE color: 12674989.

HSL color Cylindrical-coordinate representation of color #AD67C1: hue angle of 286.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD67C1 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173103193-
CMYK0.100.4700.24
HSL286.67º42.06%58.04%-
HSV(B)286.67º46.63%75.69%-
XYZ31.7122.4353.11-
YUV134.19161.19155.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=36.89%
G=21.96%
B=41.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731031930.100.4700.24286.6742.0658.04
HexAD67C1A2F01811f2a3a
Octal25514730112570304375272
Binary101011011100111110000011010101111011000100011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD67C1; }

 p { color: rgb(173,103,193); }

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

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

 a { background-color: rgb(173,103,193); }

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

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

 span { border-color: rgb(173,103,193); }

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