#A976EC

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

Shades of Medium Purple #A976EC

Tints of Medium Purple #A976EC

Color information

#A976EC (or 0xA976EC) is unknown color: approx Medium Purple. HEX triplet: A9, 76 and EC. RGB value is (169,118,236). Sum of RGB (Red+Green+Blue) = 169+118+236=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A976EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976EC is #568913. Grayscale: #929292. Windows color (decimal): -5671188 or 15496873. OLE color: 15496873.

HSL color Cylindrical-coordinate representation of color #A976EC: hue angle of 265.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A976EC is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169118236-
CMYK0.280.500.07
HSL265.93º75.64%69.41%-
HSV(B)265.93º50%92.55%-
XYZ37.9827.4582.65-
YUV146.7178.4143.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=32.31%
G=22.56%
B=45.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691182360.280.500.07265.9375.6469.41
HexA976EC1C320710a4c45
Octal251166354346207412114105
Binary1010100111101101110110011100110010011110000101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976EC; }

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

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

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

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

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

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

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

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