#AD62CE

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

Shades of Medium Orchid #AD62CE

Tints of Medium Orchid #AD62CE

Color information

#AD62CE (or 0xAD62CE) is unknown color: approx Medium Orchid. HEX triplet: AD, 62 and CE. RGB value is (173,98,206). Sum of RGB (Red+Green+Blue) = 173+98+206=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62CE is #529D31. Grayscale: #848484. Windows color (decimal): -5414194 or 13525677. OLE color: 13525677.

HSL color Cylindrical-coordinate representation of color #AD62CE: hue angle of 281.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD62CE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17398206-
CMYK0.160.5200.19
HSL281.67º52.43%59.61%-
HSV(B)281.67º52.43%80.78%-
XYZ32.7422.0860.93-
YUV132.74169.35156.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 98 (38.67% from 255) = 20.55%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=36.27%
G=20.55%
B=43.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173982060.160.5200.19281.6752.4359.61
HexAD62CE103401311a343c
Octal25514231620640234326474
Binary1010110111000101100111010000110100010011100011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62CE; }

 p { color: rgb(173,98,206); }

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

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

 a { background-color: rgb(173,98,206); }

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

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

 span { border-color: rgb(173,98,206); }

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