#A773D1

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

Shades of Amethyst #A773D1

Tints of Amethyst #A773D1

Color information

#A773D1 (or 0xA773D1) is unknown color: approx Amethyst. HEX triplet: A7, 73 and D1. RGB value is (167,115,209). Sum of RGB (Red+Green+Blue) = 167+115+209=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #A773D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773D1 is #588C2E. Grayscale: #8C8C8C. Windows color (decimal): -5803055 or 13726631. OLE color: 13726631.

HSL color Cylindrical-coordinate representation of color #A773D1: hue angle of 273.19º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A773D1 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167115209-
CMYK0.200.4500.18
HSL273.19º50.54%63.53%-
HSV(B)273.19º44.98%81.96%-
XYZ33.5825.0863.39-
YUV141.26166.23146.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=34.01%
G=23.42%
B=42.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671152090.200.4500.18273.1950.5463.53
HexA773D1142D0121113340
Octal247163321245502242163100
Binary10100111111001111010001101001011010100101000100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773D1; }

 p { color: rgb(167,115,209); }

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

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

 a { background-color: rgb(167,115,209); }

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

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

 span { border-color: rgb(167,115,209); }

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