#AD79F5

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

Shades of Medium Purple #AD79F5

Tints of Medium Purple #AD79F5

Color information

#AD79F5 (or 0xAD79F5) is unknown color: approx Medium Purple. HEX triplet: AD, 79 and F5. RGB value is (173,121,245). Sum of RGB (Red+Green+Blue) = 173+121+245=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD79F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD79F5 is #52860A. Grayscale: #969696. Windows color (decimal): -5408267 or 16087469. OLE color: 16087469.

HSL color Cylindrical-coordinate representation of color #AD79F5: hue angle of 265.16º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD79F5 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173121245-
CMYK0.290.5100.04
HSL265.16º86.11%71.76%-
HSV(B)265.16º50.61%96.08%-
XYZ40.5529.1589.88-
YUV150.68181.23143.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=32.10%
G=22.45%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1731212450.290.5100.04265.1686.1171.76
HexAD79F51D33041095648
Octal255171365356304411126110
Binary1010110111110011111010111101110011010010000100110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79F5; }

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

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

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

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

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

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

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

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