#A674C9

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

Shades of Amethyst #A674C9

Tints of Amethyst #A674C9

Color information

#A674C9 (or 0xA674C9) is unknown color: approx Amethyst. HEX triplet: A6, 74 and C9. RGB value is (166,116,201). Sum of RGB (Red+Green+Blue) = 166+116+201=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #A674C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674C9 is #598B36. Grayscale: #8C8C8C. Windows color (decimal): -5868343 or 13202598. OLE color: 13202598.

HSL color Cylindrical-coordinate representation of color #A674C9: hue angle of 275.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A674C9 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166116201-
CMYK0.170.4200.21
HSL275.29º44.04%62.16%-
HSV(B)275.29º42.29%78.82%-
XYZ32.5124.8158.33-
YUV140.64162.06146.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=34.37%
G=24.02%
B=41.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661162010.170.4200.21275.2944.0462.16
HexA674C9112A0151132c3e
Octal24616431121520254235476
Binary1010011011101001100100110001101010010101100010011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A674C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A674C9; }

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

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

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

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

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

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

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

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