#A674D7

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

Shades of Amethyst #A674D7

Tints of Amethyst #A674D7

Color information

#A674D7 (or 0xA674D7) is unknown color: approx Amethyst. HEX triplet: A6, 74 and D7. RGB value is (166,116,215). Sum of RGB (Red+Green+Blue) = 166+116+215=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #A674D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674D7 is #598B28. Grayscale: #8D8D8D. Windows color (decimal): -5868329 or 14120102. OLE color: 14120102.

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

Color convert

RGB166116215-
CMYK0.230.4600.16
HSL270.3º55.31%64.9%-
HSV(B)270.3º46.05%84.31%-
XYZ34.2425.567.41-
YUV142.24169.06144.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=33.40%
G=23.34%
B=43.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661162150.230.4600.16270.355.3164.9
HexA674D7172E01010e3741
Octal246164327275602041667101
Binary10100110111010011010111101111011100100001000011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674D7; }

 p { color: rgb(166,116,215); }

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

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

 a { background-color: rgb(166,116,215); }

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

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

 span { border-color: rgb(166,116,215); }

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