#AD79ED

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

Shades of Medium Purple #AD79ED

Tints of Medium Purple #AD79ED

Color information

#AD79ED (or 0xAD79ED) is unknown color: approx Medium Purple. HEX triplet: AD, 79 and ED. RGB value is (173,121,237). Sum of RGB (Red+Green+Blue) = 173+121+237=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD79ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD79ED is #528612. Grayscale: #959595. Windows color (decimal): -5408275 or 15563181. OLE color: 15563181.

HSL color Cylindrical-coordinate representation of color #AD79ED: hue angle of 266.9º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD79ED is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173121237-
CMYK0.270.4900.07
HSL266.9º76.32%70.2%-
HSV(B)266.9º48.95%92.94%-
XYZ39.3628.6783.58-
YUV149.77177.23144.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 121 (47.66% from 255) = 22.79%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=32.58%
G=22.79%
B=44.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731212370.270.4900.07266.976.3270.2
HexAD79ED1B310710b4c46
Octal255171355336107413114106
Binary1010110111110011110110111011110001011110000101110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79ED; }

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

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

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

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

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

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

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

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