#A678CF

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

Shades of Amethyst #A678CF

Tints of Amethyst #A678CF

Color information

#A678CF (or 0xA678CF) is unknown color: approx Amethyst. HEX triplet: A6, 78 and CF. RGB value is (166,120,207). Sum of RGB (Red+Green+Blue) = 166+120+207=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #A678CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678CF is #598730. Grayscale: #8F8F8F. Windows color (decimal): -5867313 or 13596838. OLE color: 13596838.

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

Color convert

RGB166120207-
CMYK0.200.4200.19
HSL271.72º47.54%64.12%-
HSV(B)271.72º42.03%81.18%-
XYZ33.726.0462.28-
YUV143.67163.74143.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 120 (47.27% from 255) = 24.34%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=33.67%
G=24.34%
B=41.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661202070.200.4200.19271.7247.5464.12
HexA678CF142A0131103040
Octal246170317245202342060100
Binary10100110111100011001111101001010100100111000100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678CF; }

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

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

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

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

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

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

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

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