#A679CE

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

Shades of Amethyst #A679CE

Tints of Amethyst #A679CE

Color information

#A679CE (or 0xA679CE) is unknown color: approx Amethyst. HEX triplet: A6, 79 and CE. RGB value is (166,121,206). Sum of RGB (Red+Green+Blue) = 166+121+206=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A679CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679CE is #598631. Grayscale: #8F8F8F. Windows color (decimal): -5867058 or 13531558. OLE color: 13531558.

HSL color Cylindrical-coordinate representation of color #A679CE: hue angle of 271.76º 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 #A679CE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166121206-
CMYK0.190.4100.19
HSL271.76º46.45%64.12%-
HSV(B)271.76º41.26%80.78%-
XYZ33.726.2461.68-
YUV144.15162.91143.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=33.67%
G=24.54%
B=41.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661212060.190.4100.19271.7646.4564.12
HexA679CE13290131102e40
Octal246171316235102342056100
Binary10100110111100111001110100111010010100111000100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679CE; }

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

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

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

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

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

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

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

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