#AD52CD

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

Shades of Medium Orchid #AD52CD

Tints of Medium Orchid #AD52CD

Color information

#AD52CD (or 0xAD52CD) is unknown color: approx Medium Orchid. HEX triplet: AD, 52 and CD. RGB value is (173,82,205). Sum of RGB (Red+Green+Blue) = 173+82+205=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD52CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52CD is #52AD32. Grayscale: #7A7A7A. Windows color (decimal): -5418291 or 13456045. OLE color: 13456045.

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

Color convert

RGB17382205-
CMYK0.160.600.20
HSL284.39º55.16%56.27%-
HSV(B)284.39º60%80.39%-
XYZ31.2719.3359.84-
YUV123.23174.15163.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=37.61%
G=17.83%
B=44.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173822050.160.600.20284.3955.1656.27
HexAD52CD103C01411c3738
Octal25512231520740244346770
Binary1010110110100101100110110000111100010100100011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52CD; }

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

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

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

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

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

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

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

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