#A174C9

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

Shades of Amethyst #A174C9

Tints of Amethyst #A174C9

Color information

#A174C9 (or 0xA174C9) is unknown color: approx Amethyst. HEX triplet: A1, 74 and C9. RGB value is (161,116,201). Sum of RGB (Red+Green+Blue) = 161+116+201=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #A174C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A174C9 is #5E8B36. Grayscale: #8A8A8A. Windows color (decimal): -6196023 or 13202593. OLE color: 13202593.

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

Color convert

RGB161116201-
CMYK0.200.4200.21
HSL271.76º44.04%62.16%-
HSV(B)271.76º42.29%78.82%-
XYZ31.4924.2858.29-
YUV139.14162.91143.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=33.68%
G=24.27%
B=42.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611162010.200.4200.21271.7644.0462.16
HexA174C9142A0151102c3e
Octal24116431124520254205476
Binary1010000111101001100100110100101010010101100010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174C9; }

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

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

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

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

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

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

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

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