#A576C9

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

Shades of Amethyst #A576C9

Tints of Amethyst #A576C9

Color information

#A576C9 (or 0xA576C9) is unknown color: approx Amethyst. HEX triplet: A5, 76 and C9. RGB value is (165,118,201). Sum of RGB (Red+Green+Blue) = 165+118+201=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #A576C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576C9 is #5A8936. Grayscale: #8D8D8D. Windows color (decimal): -5933367 or 13203109. OLE color: 13203109.

HSL color Cylindrical-coordinate representation of color #A576C9: hue angle of 273.98º 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 #A576C9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165118201-
CMYK0.180.4100.21
HSL273.98º43.46%62.55%-
HSV(B)273.98º41.29%78.82%-
XYZ32.5425.1758.4-
YUV141.51161.57144.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 201 (78.91% from 255) = 41.53%
R=34.09%
G=24.38%
B=41.53%

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
Decimal1651182010.180.4100.21273.9843.4662.55
HexA576C912290151122b3f
Octal24516631122510254225377
Binary1010010111101101100100110010101001010101100010010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A576C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A576C9; }

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

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

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

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

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

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

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

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