#A879CE

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

Shades of Amethyst #A879CE

Tints of Amethyst #A879CE

Color information

#A879CE (or 0xA879CE) is unknown color: approx Amethyst. HEX triplet: A8, 79 and CE. RGB value is (168,121,206). Sum of RGB (Red+Green+Blue) = 168+121+206=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A879CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A879CE is #578631. Grayscale: #909090. Windows color (decimal): -5735986 or 13531560. OLE color: 13531560.

HSL color Cylindrical-coordinate representation of color #A879CE: hue angle of 273.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A879CE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168121206-
CMYK0.180.4100.19
HSL273.18º46.45%64.12%-
HSV(B)273.18º41.26%80.78%-
XYZ34.1326.4661.7-
YUV144.74162.57144.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=33.94%
G=24.44%
B=41.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681212060.180.4100.19273.1846.4564.12
HexA879CE12290131112e40
Octal250171316225102342156100
Binary10101000111100111001110100101010010100111000100011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879CE; }

 p { color: rgb(168,121,206); }

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

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

 a { background-color: rgb(168,121,206); }

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

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

 span { border-color: rgb(168,121,206); }

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