#A878D7

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

Shades of Amethyst #A878D7

Tints of Amethyst #A878D7

Color information

#A878D7 (or 0xA878D7) is unknown color: approx Amethyst. HEX triplet: A8, 78 and D7. RGB value is (168,120,215). Sum of RGB (Red+Green+Blue) = 168+120+215=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 215 (84.38% from 255 or 42.74% from 503); Max value from RGB is 215 - color contains mainly: blue. Hex color #A878D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A878D7 is #578728. Grayscale: #909090. Windows color (decimal): -5736233 or 14121128. OLE color: 14121128.

HSL color Cylindrical-coordinate representation of color #A878D7: hue angle of 270.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A878D7 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB168120215-
CMYK0.220.4400.16
HSL270.32º54.29%65.69%-
HSV(B)270.32º44.19%84.31%-
XYZ35.1326.6667.59-
YUV145.18167.4144.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 120 (47.27% from 255) = 23.86%
BLUE value IS 215 (84.38% from 255) = 42.74%
R=33.40%
G=23.86%
B=42.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1681202150.220.4400.16270.3254.2965.69
HexA878D7162C01010e3642
Octal250170327265402041666102
Binary10101000111100011010111101101011000100001000011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A878D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A878D7; }

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

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

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

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

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

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

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

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