#A870C1

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

Shades of Amethyst #A870C1

Tints of Amethyst #A870C1

Color information

#A870C1 (or 0xA870C1) is unknown color: approx Amethyst. HEX triplet: A8, 70 and C1. RGB value is (168,112,193). Sum of RGB (Red+Green+Blue) = 168+112+193=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #A870C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870C1 is #578F3E. Grayscale: #898989. Windows color (decimal): -5738303 or 12677288. OLE color: 12677288.

HSL color Cylindrical-coordinate representation of color #A870C1: hue angle of 281.48º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A870C1 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB168112193-
CMYK0.130.4200.24
HSL281.48º39.51%59.8%-
HSV(B)281.48º41.97%75.69%-
XYZ31.5723.7653.38-
YUV137.98159.05149.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=35.52%
G=23.68%
B=40.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681121930.130.4200.24281.4839.5159.8
HexA870C1D2A018119283c
Octal25016030115520304315074
Binary101010001110000110000011101101010011000100011001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870C1; }

 p { color: rgb(168,112,193); }

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

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

 a { background-color: rgb(168,112,193); }

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

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

 span { border-color: rgb(168,112,193); }

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