#A974E9

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

Shades of Medium Purple #A974E9

Tints of Medium Purple #A974E9

Color information

#A974E9 (or 0xA974E9) is unknown color: approx Medium Purple. HEX triplet: A9, 74 and E9. RGB value is (169,116,233). Sum of RGB (Red+Green+Blue) = 169+116+233=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #A974E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A974E9 is #568B16. Grayscale: #909090. Windows color (decimal): -5671703 or 15299753. OLE color: 15299753.

HSL color Cylindrical-coordinate representation of color #A974E9: hue angle of 267.18º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A974E9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB169116233-
CMYK0.270.5000.09
HSL267.18º72.67%68.43%-
HSV(B)267.18º50.21%91.37%-
XYZ37.3226.8180.3-
YUV145.18177.56144.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=32.63%
G=22.39%
B=44.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691162330.270.5000.09267.1872.6768.43
HexA974E91B320910b4944
Octal2511643513362011413111104
Binary10101001111010011101001110111100100100110000101110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A974E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A974E9; }

 p { color: rgb(169,116,233); }

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

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

 a { background-color: rgb(169,116,233); }

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

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

 span { border-color: rgb(169,116,233); }

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