#A770C1

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

Shades of Amethyst #A770C1

Tints of Amethyst #A770C1

Color information

#A770C1 (or 0xA770C1) is unknown color: approx Amethyst. HEX triplet: A7, 70 and C1. RGB value is (167,112,193). Sum of RGB (Red+Green+Blue) = 167+112+193=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #A770C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770C1 is #588F3E. Grayscale: #898989. Windows color (decimal): -5803839 or 12677287. OLE color: 12677287.

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

Color convert

RGB167112193-
CMYK0.130.4200.24
HSL280.74º39.51%59.8%-
HSV(B)280.74º41.97%75.69%-
XYZ31.3623.6553.37-
YUV137.68159.22148.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=35.38%
G=23.73%
B=40.89%

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
Decimal1671121930.130.4200.24280.7439.5159.8
HexA770C1D2A018119283c
Octal24716030115520304315074
Binary101001111110000110000011101101010011000100011001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770C1; }

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

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

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

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

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

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

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

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