#AD76F7

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

Shades of Medium Purple #AD76F7

Tints of Medium Purple #AD76F7

Color information

#AD76F7 (or 0xAD76F7) is unknown color: approx Medium Purple. HEX triplet: AD, 76 and F7. RGB value is (173,118,247). Sum of RGB (Red+Green+Blue) = 173+118+247=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD76F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD76F7 is #528908. Grayscale: #949494. Windows color (decimal): -5409033 or 16217773. OLE color: 16217773.

HSL color Cylindrical-coordinate representation of color #AD76F7: hue angle of 265.58º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD76F7 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173118247-
CMYK0.300.5200.03
HSL265.58º88.97%71.57%-
HSV(B)265.58º52.23%96.86%-
XYZ40.528.5691.37-
YUV149.15183.22145.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 118 (46.48% from 255) = 21.93%
BLUE value IS 247 (96.88% from 255) = 45.91%
R=32.16%
G=21.93%
B=45.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731182470.300.5200.03265.5888.9771.57
HexAD76F71E340310a5948
Octal255166367366403412131110
Binary101011011110110111101111111011010001110000101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76F7; }

 p { color: rgb(173,118,247); }

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

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

 a { background-color: rgb(173,118,247); }

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

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

 span { border-color: rgb(173,118,247); }

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