#A678D5

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

Shades of Amethyst #A678D5

Tints of Amethyst #A678D5

Color information

#A678D5 (or 0xA678D5) is unknown color: approx Amethyst. HEX triplet: A6, 78 and D5. RGB value is (166,120,213). Sum of RGB (Red+Green+Blue) = 166+120+213=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #A678D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678D5 is #59872A. Grayscale: #909090. Windows color (decimal): -5867307 or 13990054. OLE color: 13990054.

HSL color Cylindrical-coordinate representation of color #A678D5: hue angle of 269.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A678D5 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166120213-
CMYK0.220.4400.16
HSL269.68º52.54%65.29%-
HSV(B)269.68º43.66%83.53%-
XYZ34.4526.3466.22-
YUV144.36166.74143.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=33.27%
G=24.05%
B=42.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661202130.220.4400.16269.6852.5465.29
HexA678D5162C01010e3541
Octal246170325265402041665101
Binary10100110111100011010101101101011000100001000011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A678D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A678D5; }

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

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

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

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

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

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

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

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