#A674CE

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

Shades of Amethyst #A674CE

Tints of Amethyst #A674CE

Color information

#A674CE (or 0xA674CE) is unknown color: approx Amethyst. HEX triplet: A6, 74 and CE. RGB value is (166,116,206). Sum of RGB (Red+Green+Blue) = 166+116+206=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A674CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674CE is #598B31. Grayscale: #8C8C8C. Windows color (decimal): -5868338 or 13530278. OLE color: 13530278.

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

Color convert

RGB166116206-
CMYK0.190.4400.19
HSL273.33º47.87%63.14%-
HSV(B)273.33º43.69%80.78%-
XYZ33.1125.0561.48-
YUV141.21164.56145.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=34.02%
G=23.77%
B=42.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661162060.190.4400.19273.3347.8763.14
HexA674CE132C013111303f
Octal24616431623540234216077
Binary1010011011101001100111010011101100010011100010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674CE; }

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

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

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

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

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

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

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

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