#A878E1

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

Shades of Medium Purple #A878E1

Tints of Medium Purple #A878E1

Color information

#A878E1 (or 0xA878E1) is unknown color: approx Medium Purple. HEX triplet: A8, 78 and E1. RGB value is (168,120,225). Sum of RGB (Red+Green+Blue) = 168+120+225=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #A878E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878E1 is #57871E. Grayscale: #919191. Windows color (decimal): -5736223 or 14776488. OLE color: 14776488.

HSL color Cylindrical-coordinate representation of color #A878E1: hue angle of 267.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A878E1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168120225-
CMYK0.250.4700.12
HSL267.43º63.64%67.65%-
HSV(B)267.43º46.67%88.24%-
XYZ36.4627.1974.56-
YUV146.32172.4143.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 120 (47.27% from 255) = 23.39%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=32.75%
G=23.39%
B=43.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1681202250.250.4700.12267.4363.6467.65
HexA878E1192F0C10b4044
Octal2501703413157014413100104
Binary10101000111100011100001110011011110110010000101110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878E1; }

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

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

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

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

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

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

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

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