#A973DD

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

Shades of Amethyst #A973DD

Tints of Amethyst #A973DD

Color information

#A973DD (or 0xA973DD) is unknown color: approx Amethyst. HEX triplet: A9, 73 and DD. RGB value is (169,115,221). Sum of RGB (Red+Green+Blue) = 169+115+221=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A973DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973DD is #568C22. Grayscale: #8E8E8E. Windows color (decimal): -5671971 or 14513065. OLE color: 14513065.

HSL color Cylindrical-coordinate representation of color #A973DD: hue angle of 270.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A973DD is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169115221-
CMYK0.240.4800.13
HSL270.57º60.92%65.88%-
HSV(B)270.57º47.96%86.67%-
XYZ35.5425.9271.54-
YUV143.23171.89146.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=33.47%
G=22.77%
B=43.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691152210.240.4800.13270.5760.9265.88
HexA973DD18300D10f3d42
Octal251163335306001541775102
Binary1010100111100111101110111000110000011011000011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973DD; }

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

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

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

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

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

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

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

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