#A374C9

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

Shades of Amethyst #A374C9

Tints of Amethyst #A374C9

Color information

#A374C9 (or 0xA374C9) is unknown color: approx Amethyst. HEX triplet: A3, 74 and C9. RGB value is (163,116,201). Sum of RGB (Red+Green+Blue) = 163+116+201=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #A374C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374C9 is #5C8B36. Grayscale: #8B8B8B. Windows color (decimal): -6064951 or 13202595. OLE color: 13202595.

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

Color convert

RGB163116201-
CMYK0.190.4200.21
HSL273.18º44.04%62.16%-
HSV(B)273.18º42.29%78.82%-
XYZ31.8924.4958.31-
YUV139.74162.57144.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.96%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 201 (78.91% from 255) = 41.88%
R=33.96%
G=24.17%
B=41.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631162010.190.4200.21273.1844.0462.16
HexA374C9132A0151112c3e
Octal24316431123520254215476
Binary1010001111101001100100110011101010010101100010001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374C9; }

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

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

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

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

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

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

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

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