#A376C9

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

Shades of Amethyst #A376C9

Tints of Amethyst #A376C9

Color information

#A376C9 (or 0xA376C9) is unknown color: approx Amethyst. HEX triplet: A3, 76 and C9. RGB value is (163,118,201). Sum of RGB (Red+Green+Blue) = 163+118+201=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #A376C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376C9 is #5C8936. Grayscale: #8C8C8C. Windows color (decimal): -6064439 or 13203107. OLE color: 13203107.

HSL color Cylindrical-coordinate representation of color #A376C9: hue angle of 272.53º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A376C9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163118201-
CMYK0.190.4100.21
HSL272.53º43.46%62.55%-
HSV(B)272.53º41.29%78.82%-
XYZ32.1324.9658.38-
YUV140.92161.91143.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=33.82%
G=24.48%
B=41.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631182010.190.4100.21272.5343.4662.55
HexA376C913290151112b3f
Octal24316631123510254215377
Binary1010001111101101100100110011101001010101100010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376C9; }

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

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

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

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

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

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

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

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