#AD62EA

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

Shades of Medium Orchid #AD62EA

Tints of Medium Orchid #AD62EA

Color information

#AD62EA (or 0xAD62EA) is unknown color: approx Medium Orchid. HEX triplet: AD, 62 and EA. RGB value is (173,98,234). Sum of RGB (Red+Green+Blue) = 173+98+234=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD62EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62EA is #529D15. Grayscale: #878787. Windows color (decimal): -5414166 or 15360685. OLE color: 15360685.

HSL color Cylindrical-coordinate representation of color #AD62EA: hue angle of 273.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD62EA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17398234-
CMYK0.260.5800.08
HSL273.09º76.4%65.1%-
HSV(B)273.09º58.12%91.76%-
XYZ36.4523.5680.47-
YUV135.93183.35154.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 98 (38.67% from 255) = 19.41%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=34.26%
G=19.41%
B=46.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal173982340.260.5800.08273.0976.465.1
HexAD62EA1A3A081114c41
Octal2551423523272010421114101
Binary10101101110001011101010110101110100100010001000110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD62EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD62EA; }

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

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

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

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

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

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

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

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