#A976F5

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

Shades of Medium Purple #A976F5

Tints of Medium Purple #A976F5

Color information

#A976F5 (or 0xA976F5) is unknown color: approx Medium Purple. HEX triplet: A9, 76 and F5. RGB value is (169,118,245). Sum of RGB (Red+Green+Blue) = 169+118+245=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #A976F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976F5 is #56890A. Grayscale: #939393. Windows color (decimal): -5671179 or 16086697. OLE color: 16086697.

HSL color Cylindrical-coordinate representation of color #A976F5: hue angle of 264.09º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A976F5 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169118245-
CMYK0.310.5200.04
HSL264.09º86.39%71.18%-
HSV(B)264.09º51.84%96.08%-
XYZ39.3227.9889.72-
YUV147.73182.9143.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 118 (46.48% from 255) = 22.18%
BLUE value IS 245 (96.09% from 255) = 46.05%
R=31.77%
G=22.18%
B=46.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1691182450.310.5200.04264.0986.3971.18
HexA976F51F34041085647
Octal251166365376404410126107
Binary1010100111101101111010111111110100010010000100010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976F5; }

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

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

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

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

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

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

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

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