#A871C0

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

Shades of Amethyst #A871C0

Tints of Amethyst #A871C0

Color information

#A871C0 (or 0xA871C0) is unknown color: approx Amethyst. HEX triplet: A8, 71 and C0. RGB value is (168,113,192). Sum of RGB (Red+Green+Blue) = 168+113+192=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #A871C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871C0 is #578E3F. Grayscale: #8A8A8A. Windows color (decimal): -5738048 or 12612008. OLE color: 12612008.

HSL color Cylindrical-coordinate representation of color #A871C0: hue angle of 281.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A871C0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168113192-
CMYK0.120.4100.25
HSL281.77º38.54%59.8%-
HSV(B)281.77º41.15%75.29%-
XYZ31.5723.9452.83-
YUV138.45158.22149.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=35.52%
G=23.89%
B=40.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681131920.120.4100.25281.7738.5459.8
HexA871C0C2901911a273c
Octal25016130014510314324774
Binary101010001110001110000001100101001011001100011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871C0; }

 p { color: rgb(168,113,192); }

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

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

 a { background-color: rgb(168,113,192); }

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

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

 span { border-color: rgb(168,113,192); }

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