#A978F7

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

Shades of Medium Purple #A978F7

Tints of Medium Purple #A978F7

Color information

#A978F7 (or 0xA978F7) is unknown color: approx Medium Purple. HEX triplet: A9, 78 and F7. RGB value is (169,120,247). Sum of RGB (Red+Green+Blue) = 169+120+247=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #A978F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978F7 is #568708. Grayscale: #949494. Windows color (decimal): -5670665 or 16218281. OLE color: 16218281.

HSL color Cylindrical-coordinate representation of color #A978F7: hue angle of 263.15º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A978F7 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB169120247-
CMYK0.320.5100.03
HSL263.15º88.81%71.96%-
HSV(B)263.15º51.42%96.86%-
XYZ39.8728.5891.41-
YUV149.13183.23142.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=31.53%
G=22.39%
B=46.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1691202470.320.5100.03263.1588.8171.96
HexA978F72033031075948
Octal251170367406303407131110
Binary1010100111110001111011110000011001101110000011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978F7; }

 p { color: rgb(169,120,247); }

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

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

 a { background-color: rgb(169,120,247); }

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

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

 span { border-color: rgb(169,120,247); }

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