#A977FC

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

Shades of Medium Purple #A977FC

Tints of Medium Purple #A977FC

Color information

#A977FC (or 0xA977FC) is unknown color: approx Medium Purple. HEX triplet: A9, 77 and FC. RGB value is (169,119,252). Sum of RGB (Red+Green+Blue) = 169+119+252=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #A977FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A977FC is #568803. Grayscale: #949494. Windows color (decimal): -5670916 or 16545705. OLE color: 16545705.

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

Color convert

RGB169119252-
CMYK0.330.5300.01
HSL262.56º95.68%72.75%-
HSV(B)262.56º52.78%98.82%-
XYZ40.5328.6695.49-
YUV149.11186.06142.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 119 (46.88% from 255) = 22.04%
BLUE value IS 252 (98.83% from 255) = 46.67%
R=31.30%
G=22.04%
B=46.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691192520.330.5300.01262.5695.6872.75
HexA977FC2135011076049
Octal251167374416501407140111
Binary101010011110111111111001000011101010110000011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977FC; }

 p { color: rgb(169,119,252); }

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

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

 a { background-color: rgb(169,119,252); }

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

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

 span { border-color: rgb(169,119,252); }

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