#A061C5

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

Shades of Amethyst #A061C5

Tints of Amethyst #A061C5

Color information

#A061C5 (or 0xA061C5) is unknown color: approx Amethyst. HEX triplet: A0, 61 and C5. RGB value is (160,97,197). Sum of RGB (Red+Green+Blue) = 160+97+197=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #A061C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061C5 is #5F9E3A. Grayscale: #7E7E7E. Windows color (decimal): -6266427 or 12935584. OLE color: 12935584.

HSL color Cylindrical-coordinate representation of color #A061C5: hue angle of 277.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A061C5 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16097197-
CMYK0.190.5100.23
HSL277.8º46.3%57.65%-
HSV(B)277.8º50.76%77.25%-
XYZ28.8520.0555.17-
YUV127.24167.37151.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 197 (77.34% from 255) = 43.39%
R=35.24%
G=21.37%
B=43.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160971970.190.5100.23277.846.357.65
HexA061C513330171162e3a
Octal24014130523630274265672
Binary1010000011000011100010110011110011010111100010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A061C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A061C5; }

 p { color: rgb(160,97,197); }

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

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

 a { background-color: rgb(160,97,197); }

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

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

 span { border-color: rgb(160,97,197); }

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