#A878E2

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

Shades of Medium Purple #A878E2

Tints of Medium Purple #A878E2

Color information

#A878E2 (or 0xA878E2) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and E2. RGB value is (168,120,226). Sum of RGB (Red+Green+Blue) = 168+120+226=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #A878E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878E2 is #57871D. Grayscale: #929292. Windows color (decimal): -5736222 or 14842024. OLE color: 14842024.

HSL color Cylindrical-coordinate representation of color #A878E2: hue angle of 267.17º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A878E2 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168120226-
CMYK0.260.4700.11
HSL267.17º64.63%67.84%-
HSV(B)267.17º46.9%88.63%-
XYZ36.5927.2575.28-
YUV146.44172.9143.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 226 (88.67% from 255) = 43.97%
R=32.68%
G=23.35%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681202260.260.4700.11267.1764.6367.84
HexA878E21A2F0B10b4144
Octal2501703423257013413101104
Binary10101000111100011100010110101011110101110000101110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878E2; }

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

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

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

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

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

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

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

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