#AD70E5

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

Shades of Medium Purple #AD70E5

Tints of Medium Purple #AD70E5

Color information

#AD70E5 (or 0xAD70E5) is unknown color: approx Medium Purple. HEX triplet: AD, 70 and E5. RGB value is (173,112,229). Sum of RGB (Red+Green+Blue) = 173+112+229=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD70E5 is #528F1A. Grayscale: #8F8F8F. Windows color (decimal): -5410587 or 15036589. OLE color: 15036589.

HSL color Cylindrical-coordinate representation of color #AD70E5: hue angle of 271.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD70E5 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173112229-
CMYK0.240.5100.10
HSL271.28º69.23%66.86%-
HSV(B)271.28º51.09%89.8%-
XYZ37.1726.1377.21-
YUV143.58176.21148.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 112 (44.14% from 255) = 21.79%
BLUE value IS 229 (89.84% from 255) = 44.55%
R=33.66%
G=21.79%
B=44.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731122290.240.5100.10271.2869.2366.86
HexAD70E518330A10f4543
Octal2551603453063012417105103
Binary10101101111000011100101110001100110101010000111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD70E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD70E5; }

 p { color: rgb(173,112,229); }

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

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

 a { background-color: rgb(173,112,229); }

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

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

 span { border-color: rgb(173,112,229); }

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