#AD73F1

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

Shades of Medium Purple #AD73F1

Tints of Medium Purple #AD73F1

Color information

#AD73F1 (or 0xAD73F1) is unknown color: approx Medium Purple. HEX triplet: AD, 73 and F1. RGB value is (173,115,241). Sum of RGB (Red+Green+Blue) = 173+115+241=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD73F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73F1 is #528C0E. Grayscale: #929292. Windows color (decimal): -5409807 or 15823789. OLE color: 15823789.

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

Color convert

RGB173115241-
CMYK0.280.5200.05
HSL267.62º81.82%69.8%-
HSV(B)267.62º52.28%94.51%-
XYZ39.2427.586.46-
YUV146.71181.22146.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 115 (45.31% from 255) = 21.74%
BLUE value IS 241 (94.53% from 255) = 45.56%
R=32.70%
G=21.74%
B=45.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731152410.280.5200.05267.6281.8269.8
HexAD73F11C340510c5246
Octal255163361346405414122106
Binary1010110111100111111000111100110100010110000110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD73F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD73F1; }

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

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

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

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

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

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

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

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