#A979EA

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

Shades of Medium Purple #A979EA

Tints of Medium Purple #A979EA

Color information

#A979EA (or 0xA979EA) is unknown color: approx Medium Purple. HEX triplet: A9, 79 and EA. RGB value is (169,121,234). Sum of RGB (Red+Green+Blue) = 169+121+234=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #A979EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A979EA is #568615. Grayscale: #939393. Windows color (decimal): -5670422 or 15366569. OLE color: 15366569.

HSL color Cylindrical-coordinate representation of color #A979EA: hue angle of 265.49º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A979EA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169121234-
CMYK0.280.4800.08
HSL265.49º72.9%69.61%-
HSV(B)265.49º48.29%91.76%-
XYZ38.0528.0581.25-
YUV148.23176.4142.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=32.25%
G=23.09%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691212340.280.4800.08265.4972.969.61
HexA979EA1C30081094946
Octal2511713523460010411111106
Binary10101001111100111101010111001100000100010000100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979EA; }

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

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

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

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

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

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

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

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