#AD79FA

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

Shades of Medium Purple #AD79FA

Tints of Medium Purple #AD79FA

Color information

#AD79FA (or 0xAD79FA) is unknown color: approx Medium Purple. HEX triplet: AD, 79 and FA. RGB value is (173,121,250). Sum of RGB (Red+Green+Blue) = 173+121+250=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD79FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD79FA is #528605. Grayscale: #969696. Windows color (decimal): -5408262 or 16415149. OLE color: 16415149.

HSL color Cylindrical-coordinate representation of color #AD79FA: hue angle of 264.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD79FA is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173121250-
CMYK0.310.5200.02
HSL264.19º92.81%72.75%-
HSV(B)264.19º51.6%98.04%-
XYZ41.3329.4693.95-
YUV151.25183.73143.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=31.80%
G=22.24%
B=45.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731212500.310.5200.02264.1992.8172.75
HexAD79FA1F34021085d49
Octal255171372376402410135111
Binary101011011111001111110101111111010001010000100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79FA; }

 p { color: rgb(173,121,250); }

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

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

 a { background-color: rgb(173,121,250); }

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

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

 span { border-color: rgb(173,121,250); }

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