#A678D0

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

Shades of Amethyst #A678D0

Tints of Amethyst #A678D0

Color information

#A678D0 (or 0xA678D0) is unknown color: approx Amethyst. HEX triplet: A6, 78 and D0. RGB value is (166,120,208). Sum of RGB (Red+Green+Blue) = 166+120+208=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #A678D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678D0 is #59872F. Grayscale: #8F8F8F. Windows color (decimal): -5867312 or 13662374. OLE color: 13662374.

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

Color convert

RGB166120208-
CMYK0.200.4200.18
HSL271.36º48.35%64.31%-
HSV(B)271.36º42.31%81.57%-
XYZ33.8326.0962.93-
YUV143.79164.24143.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 120 (47.27% from 255) = 24.29%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=33.60%
G=24.29%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661202080.200.4200.18271.3648.3564.31
HexA678D0142A01210f3040
Octal246170320245202241760100
Binary10100110111100011010000101001010100100101000011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678D0; }

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

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

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

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

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

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

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

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