#AD52EE

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

Shades of Medium Orchid #AD52EE

Tints of Medium Orchid #AD52EE

Color information

#AD52EE (or 0xAD52EE) is unknown color: approx Medium Orchid. HEX triplet: AD, 52 and EE. RGB value is (173,82,238). Sum of RGB (Red+Green+Blue) = 173+82+238=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52EE is #52AD11. Grayscale: #7E7E7E. Windows color (decimal): -5418258 or 15618733. OLE color: 15618733.

HSL color Cylindrical-coordinate representation of color #AD52EE: hue angle of 275º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD52EE is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17382238-
CMYK0.270.6600.07
HSL275º82.11%62.75%-
HSV(B)275º65.55%93.33%-
XYZ35.6821.0983.08-
YUV126.99190.65160.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 82 (32.42% from 255) = 16.63%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=35.09%
G=16.63%
B=48.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173822380.270.6600.0727582.1162.75
HexAD52EE1B4207113523f
Octal255122356331020742312277
Binary1010110110100101110111011011100001001111000100111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD52EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD52EE; }

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

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

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

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

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

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

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

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