#A878F7

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

Shades of Medium Purple #A878F7

Tints of Medium Purple #A878F7

Color information

#A878F7 (or 0xA878F7) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and F7. RGB value is (168,120,247). Sum of RGB (Red+Green+Blue) = 168+120+247=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #A878F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F7 is #578708. Grayscale: #949494. Windows color (decimal): -5736201 or 16218280. OLE color: 16218280.

HSL color Cylindrical-coordinate representation of color #A878F7: hue angle of 262.68º 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 #A878F7 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168120247-
CMYK0.320.5100.03
HSL262.68º88.81%71.96%-
HSV(B)262.68º51.42%96.86%-
XYZ39.6528.4791.4-
YUV148.83183.4141.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 247 (96.88% from 255) = 46.17%
R=31.40%
G=22.43%
B=46.17%

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
Decimal1681202470.320.5100.03262.6888.8171.96
HexA878F72033031075948
Octal250170367406303407131110
Binary1010100011110001111011110000011001101110000011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878F7; }

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

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

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

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

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

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

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

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