#AD65C5

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

Shades of Medium Orchid #AD65C5

Tints of Medium Orchid #AD65C5

Color information

#AD65C5 (or 0xAD65C5) is unknown color: approx Medium Orchid. HEX triplet: AD, 65 and C5. RGB value is (173,101,197). Sum of RGB (Red+Green+Blue) = 173+101+197=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD65C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65C5 is #529A3A. Grayscale: #858585. Windows color (decimal): -5413435 or 12936621. OLE color: 12936621.

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

Color convert

RGB173101197-
CMYK0.120.4900.23
HSL285º45.28%58.43%-
HSV(B)285º48.73%77.25%-
XYZ31.9722.2255.43-
YUV133.47163.85156.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 197 (77.34% from 255) = 41.83%
R=36.73%
G=21.44%
B=41.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731011970.120.4900.2328545.2858.43
HexAD65C5C3101711d2d3a
Octal25514530514610274355572
Binary101011011100101110001011100110001010111100011101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD65C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD65C5; }

 p { color: rgb(173,101,197); }

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

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

 a { background-color: rgb(173,101,197); }

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

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

 span { border-color: rgb(173,101,197); }

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