#AD73F0

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

Shades of Medium Purple #AD73F0

Tints of Medium Purple #AD73F0

Color information

#AD73F0 (or 0xAD73F0) is unknown color: approx Medium Purple. HEX triplet: AD, 73 and F0. RGB value is (173,115,240). Sum of RGB (Red+Green+Blue) = 173+115+240=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD73F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73F0 is #528C0F. Grayscale: #929292. Windows color (decimal): -5409808 or 15758253. OLE color: 15758253.

HSL color Cylindrical-coordinate representation of color #AD73F0: hue angle of 267.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD73F0 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173115240-
CMYK0.280.5200.06
HSL267.84º80.65%69.61%-
HSV(B)267.84º52.08%94.12%-
XYZ39.0927.4485.67-
YUV146.59180.72146.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=32.77%
G=21.78%
B=45.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731152400.280.5200.06267.8480.6569.61
HexAD73F01C340610c5146
Octal255163360346406414121106
Binary1010110111100111111000011100110100011010000110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73F0; }

 p { color: rgb(173,115,240); }

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

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

 a { background-color: rgb(173,115,240); }

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

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

 span { border-color: rgb(173,115,240); }

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