#A878F6

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

Shades of Medium Purple #A878F6

Tints of Medium Purple #A878F6

Color information

#A878F6 (or 0xA878F6) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and F6. RGB value is (168,120,246). Sum of RGB (Red+Green+Blue) = 168+120+246=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #A878F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A878F6 is #578709. Grayscale: #949494. Windows color (decimal): -5736202 or 16152744. OLE color: 16152744.

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

Color convert

RGB168120246-
CMYK0.320.5100.04
HSL262.86º87.5%71.76%-
HSV(B)262.86º51.22%96.47%-
XYZ39.528.4190.59-
YUV148.72182.9141.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 120 (47.27% from 255) = 22.47%
BLUE value IS 246 (96.48% from 255) = 46.07%
R=31.46%
G=22.47%
B=46.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681202460.320.5100.04262.8687.571.76
HexA878F62033041075848
Octal250170366406304407130110
Binary10101000111100011110110100000110011010010000011110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878F6; }

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

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

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

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

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

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

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

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