#A976FE

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

Shades of Medium Purple #A976FE

Tints of Medium Purple #A976FE

Color information

#A976FE (or 0xA976FE) is unknown color: approx Medium Purple. HEX triplet: A9, 76 and FE. RGB value is (169,118,254). Sum of RGB (Red+Green+Blue) = 169+118+254=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #A976FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A976FE is #568901. Grayscale: #949494. Windows color (decimal): -5671170 or 16676521. OLE color: 16676521.

HSL color Cylindrical-coordinate representation of color #A976FE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A976FE is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169118254-
CMYK0.330.5400.00
HSL262.5º98.55%72.94%-
HSV(B)262.5º53.54%99.61%-
XYZ40.7328.5597.13-
YUV148.75187.4142.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=31.24%
G=21.81%
B=46.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691182540.330.5400.00262.598.5572.94
HexA976FE2136001066349
Octal251166376416600406143111
Binary101010011110110111111101000011101100010000011011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976FE; }

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

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

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

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

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

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

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

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