#AD52E1

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

Shades of Medium Orchid #AD52E1

Tints of Medium Orchid #AD52E1

Color information

#AD52E1 (or 0xAD52E1) is unknown color: approx Medium Orchid. HEX triplet: AD, 52 and E1. RGB value is (173,82,225). Sum of RGB (Red+Green+Blue) = 173+82+225=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD52E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52E1 is #52AD1E. Grayscale: #7D7D7D. Windows color (decimal): -5418271 or 14766765. OLE color: 14766765.

HSL color Cylindrical-coordinate representation of color #AD52E1: hue angle of 278.18º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD52E1 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17382225-
CMYK0.230.6400.12
HSL278.18º70.44%60.2%-
HSV(B)278.18º63.56%88.24%-
XYZ33.8420.3673.38-
YUV125.51184.15161.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 82 (32.42% from 255) = 17.08%
BLUE value IS 225 (88.28% from 255) = 46.88%
R=36.04%
G=17.08%
B=46.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal173822250.230.6400.12278.1870.4460.2
HexAD52E117400C116463c
Octal2551223412710001442610674
Binary10101101101001011100001101111000000011001000101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52E1; }

 p { color: rgb(173,82,225); }

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

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

 a { background-color: rgb(173,82,225); }

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

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

 span { border-color: rgb(173,82,225); }

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