#A678CA

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

Shades of Amethyst #A678CA

Tints of Amethyst #A678CA

Color information

#A678CA (or 0xA678CA) is unknown color: approx Amethyst. HEX triplet: A6, 78 and CA. RGB value is (166,120,202). Sum of RGB (Red+Green+Blue) = 166+120+202=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A678CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CA is #598735. Grayscale: #8E8E8E. Windows color (decimal): -5867318 or 13269158. OLE color: 13269158.

HSL color Cylindrical-coordinate representation of color #A678CA: hue angle of 273.66º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A678CA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166120202-
CMYK0.180.4100.21
HSL273.66º43.62%63.14%-
HSV(B)273.66º40.59%79.22%-
XYZ33.125.859.11-
YUV143.1161.24144.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=34.02%
G=24.59%
B=41.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661202020.180.4100.21273.6643.6263.14
HexA678CA12290151122c3f
Octal24617031222510254225477
Binary1010011011110001100101010010101001010101100010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678CA; }

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

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

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

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

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

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

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

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