#AD72F0

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

Shades of Medium Purple #AD72F0

Tints of Medium Purple #AD72F0

Color information

#AD72F0 (or 0xAD72F0) is unknown color: approx Medium Purple. HEX triplet: AD, 72 and F0. RGB value is (173,114,240). Sum of RGB (Red+Green+Blue) = 173+114+240=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD72F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72F0 is #528D0F. Grayscale: #919191. Windows color (decimal): -5410064 or 15757997. OLE color: 15757997.

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

Color convert

RGB173114240-
CMYK0.280.5200.06
HSL268.1º80.77%69.41%-
HSV(B)268.1º52.5%94.12%-
XYZ38.9827.2185.64-
YUV146181.05147.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=32.83%
G=21.63%
B=45.54%

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
Decimal1731142400.280.5200.06268.180.7769.41
HexAD72F01C340610c5145
Octal255162360346406414121105
Binary1010110111100101111000011100110100011010000110010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72F0; }

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

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

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

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

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

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

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

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