#A678E1

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

Shades of Medium Purple #A678E1

Tints of Medium Purple #A678E1

Color information

#A678E1 (or 0xA678E1) is unknown color: approx Medium Purple. HEX triplet: A6, 78 and E1. RGB value is (166,120,225). Sum of RGB (Red+Green+Blue) = 166+120+225=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #A678E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678E1 is #59871E. Grayscale: #919191. Windows color (decimal): -5867295 or 14776486. OLE color: 14776486.

HSL color Cylindrical-coordinate representation of color #A678E1: hue angle of 266.29º 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 #A678E1 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166120225-
CMYK0.260.4700.12
HSL266.29º63.64%67.65%-
HSV(B)266.29º46.67%88.24%-
XYZ36.0326.9874.54-
YUV145.72172.74142.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.49%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=32.49%
G=23.48%
B=44.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1661202250.260.4700.12266.2963.6467.65
HexA678E11A2F0C10a4044
Octal2461703413257014412100104
Binary10100110111100011100001110101011110110010000101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678E1; }

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

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

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

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

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

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

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

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