#A973D0

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

Shades of Amethyst #A973D0

Tints of Amethyst #A973D0

Color information

#A973D0 (or 0xA973D0) is unknown color: approx Amethyst. HEX triplet: A9, 73 and D0. RGB value is (169,115,208). Sum of RGB (Red+Green+Blue) = 169+115+208=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #A973D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973D0 is #568C2F. Grayscale: #8D8D8D. Windows color (decimal): -5671984 or 13661097. OLE color: 13661097.

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

Color convert

RGB169115208-
CMYK0.190.4500.18
HSL274.84º49.73%63.33%-
HSV(B)274.84º44.71%81.57%-
XYZ33.8825.2562.76-
YUV141.75165.39147.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 115 (45.31% from 255) = 23.37%
BLUE value IS 208 (81.64% from 255) = 42.28%
R=34.35%
G=23.37%
B=42.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691152080.190.4500.18274.8449.7363.33
HexA973D0132D012113323f
Octal25116332023550224236277
Binary1010100111100111101000010011101101010010100010011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973D0; }

 p { color: rgb(169,115,208); }

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

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

 a { background-color: rgb(169,115,208); }

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

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

 span { border-color: rgb(169,115,208); }

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