#A376CD

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

Shades of Amethyst #A376CD

Tints of Amethyst #A376CD

Color information

#A376CD (or 0xA376CD) is unknown color: approx Amethyst. HEX triplet: A3, 76 and CD. RGB value is (163,118,205). Sum of RGB (Red+Green+Blue) = 163+118+205=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A376CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376CD is #5C8932. Grayscale: #8D8D8D. Windows color (decimal): -6064435 or 13465251. OLE color: 13465251.

HSL color Cylindrical-coordinate representation of color #A376CD: hue angle of 271.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A376CD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163118205-
CMYK0.200.4200.20
HSL271.03º46.52%63.33%-
HSV(B)271.03º42.44%80.39%-
XYZ32.625.1560.89-
YUV141.37163.91143.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=33.54%
G=24.28%
B=42.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631182050.200.4200.20271.0346.5263.33
HexA376CD142A01410f2f3f
Octal24316631524520244175777
Binary1010001111101101100110110100101010010100100001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376CD; }

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

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

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

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

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

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

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

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