#A976E4

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

Shades of Medium Purple #A976E4

Tints of Medium Purple #A976E4

Color information

#A976E4 (or 0xA976E4) is unknown color: approx Medium Purple. HEX triplet: A9, 76 and E4. RGB value is (169,118,228). Sum of RGB (Red+Green+Blue) = 169+118+228=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #A976E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976E4 is #56891B. Grayscale: #919191. Windows color (decimal): -5671196 or 14972585. OLE color: 14972585.

HSL color Cylindrical-coordinate representation of color #A976E4: hue angle of 267.82º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A976E4 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB169118228-
CMYK0.260.4800.11
HSL267.82º67.07%67.84%-
HSV(B)267.82º48.25%89.41%-
XYZ36.8426.9976.67-
YUV145.79174.4144.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 228 (89.45% from 255) = 44.27%
R=32.82%
G=22.91%
B=44.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1691182280.260.4800.11267.8267.0767.84
HexA976E41A300B10c4344
Octal2511663443260013414103104
Binary10101001111011011100100110101100000101110000110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976E4; }

 p { color: rgb(169,118,228); }

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

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

 a { background-color: rgb(169,118,228); }

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

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

 span { border-color: rgb(169,118,228); }

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