#A573C6

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

Shades of Amethyst #A573C6

Tints of Amethyst #A573C6

Color information

#A573C6 (or 0xA573C6) is unknown color: approx Amethyst. HEX triplet: A5, 73 and C6. RGB value is (165,115,198). Sum of RGB (Red+Green+Blue) = 165+115+198=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #A573C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573C6 is #5A8C39. Grayscale: #8B8B8B. Windows color (decimal): -5934138 or 13005733. OLE color: 13005733.

HSL color Cylindrical-coordinate representation of color #A573C6: hue angle of 276.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A573C6 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB165115198-
CMYK0.170.4200.22
HSL276.14º42.13%61.37%-
HSV(B)276.14º41.92%77.65%-
XYZ31.8424.3456.45-
YUV139.41161.06146.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=34.52%
G=24.06%
B=41.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651151980.170.4200.22276.1442.1361.37
HexA573C6112A0161142a3d
Octal24516330621520264245275
Binary1010010111100111100011010001101010010110100010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573C6; }

 p { color: rgb(165,115,198); }

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

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

 a { background-color: rgb(165,115,198); }

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

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

 span { border-color: rgb(165,115,198); }

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