#A979ED

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

Shades of Medium Purple #A979ED

Tints of Medium Purple #A979ED

Color information

#A979ED (or 0xA979ED) is unknown color: approx Medium Purple. HEX triplet: A9, 79 and ED. RGB value is (169,121,237). Sum of RGB (Red+Green+Blue) = 169+121+237=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #A979ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A979ED is #568612. Grayscale: #949494. Windows color (decimal): -5670419 or 15563177. OLE color: 15563177.

HSL color Cylindrical-coordinate representation of color #A979ED: hue angle of 264.83º 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 #A979ED is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169121237-
CMYK0.290.4900.07
HSL264.83º76.32%70.2%-
HSV(B)264.83º48.95%92.94%-
XYZ38.4928.2283.54-
YUV148.58177.9142.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=32.07%
G=22.96%
B=44.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691212370.290.4900.07264.8376.3270.2
HexA979ED1D31071094c46
Octal251171355356107411114106
Binary1010100111110011110110111101110001011110000100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979ED; }

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

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

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

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

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

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

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

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