#A577C9

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

Shades of Amethyst #A577C9

Tints of Amethyst #A577C9

Color information

#A577C9 (or 0xA577C9) is unknown color: approx Amethyst. HEX triplet: A5, 77 and C9. RGB value is (165,119,201). Sum of RGB (Red+Green+Blue) = 165+119+201=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #A577C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C9 is #5A8836. Grayscale: #8D8D8D. Windows color (decimal): -5933111 or 13203365. OLE color: 13203365.

HSL color Cylindrical-coordinate representation of color #A577C9: hue angle of 273.66º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A577C9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165119201-
CMYK0.180.4100.21
HSL273.66º43.16%62.75%-
HSV(B)273.66º40.8%78.82%-
XYZ32.6625.4158.44-
YUV142.1161.24144.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 119 (46.88% from 255) = 24.54%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=34.02%
G=24.54%
B=41.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651192010.180.4100.21273.6643.1662.75
HexA577C912290151122b3f
Octal24516731122510254225377
Binary1010010111101111100100110010101001010101100010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A577C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A577C9; }

 p { color: rgb(165,119,201); }

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

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

 a { background-color: rgb(165,119,201); }

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

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

 span { border-color: rgb(165,119,201); }

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