#A474C9

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

Shades of Amethyst #A474C9

Tints of Amethyst #A474C9

Color information

#A474C9 (or 0xA474C9) is unknown color: approx Amethyst. HEX triplet: A4, 74 and C9. RGB value is (164,116,201). Sum of RGB (Red+Green+Blue) = 164+116+201=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #A474C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474C9 is #5B8B36. Grayscale: #8B8B8B. Windows color (decimal): -5999415 or 13202596. OLE color: 13202596.

HSL color Cylindrical-coordinate representation of color #A474C9: hue angle of 273.88º 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 #A474C9 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164116201-
CMYK0.180.4200.21
HSL273.88º44.04%62.16%-
HSV(B)273.88º42.29%78.82%-
XYZ32.124.658.31-
YUV140.04162.4145.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 201 (78.91% from 255) = 41.79%
R=34.10%
G=24.12%
B=41.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641162010.180.4200.21273.8844.0462.16
HexA474C9122A0151122c3e
Octal24416431122520254225476
Binary1010010011101001100100110010101010010101100010010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A474C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A474C9; }

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

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

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

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

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

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

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

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