#AD52CE

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

Shades of Medium Orchid #AD52CE

Tints of Medium Orchid #AD52CE

Color information

#AD52CE (or 0xAD52CE) is unknown color: approx Medium Orchid. HEX triplet: AD, 52 and CE. RGB value is (173,82,206). Sum of RGB (Red+Green+Blue) = 173+82+206=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD52CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52CE is #52AD31. Grayscale: #7A7A7A. Windows color (decimal): -5418290 or 13521581. OLE color: 13521581.

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

Color convert

RGB17382206-
CMYK0.160.6000.19
HSL284.03º55.86%56.47%-
HSV(B)284.03º60.19%80.78%-
XYZ31.3919.3860.48-
YUV123.34174.65163.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=37.53%
G=17.79%
B=44.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173822060.160.6000.19284.0355.8656.47
HexAD52CE103C01311c3838
Octal25512231620740234347070
Binary1010110110100101100111010000111100010011100011100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52CE; }

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

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

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

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

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

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

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

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