#A97AD1

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

Shades of Amethyst #A97AD1

Tints of Amethyst #A97AD1

Color information

#A97AD1 (or 0xA97AD1) is unknown color: approx Amethyst. HEX triplet: A9, 7A and D1. RGB value is (169,122,209). Sum of RGB (Red+Green+Blue) = 169+122+209=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #A97AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AD1 is #56852E. Grayscale: #919191. Windows color (decimal): -5670191 or 13728425. OLE color: 13728425.

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

Color convert

RGB169122209-
CMYK0.190.4200.18
HSL272.41º48.6%64.9%-
HSV(B)272.41º41.63%81.96%-
XYZ34.8326.9663.69-
YUV145.97163.57144.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.8%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=33.8%
G=24.4%
B=41.8%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691222090.190.4200.18272.4148.664.9
HexA97AD1132A0121103141
Octal251172321235202242061101
Binary10101001111101011010001100111010100100101000100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AD1; }

 p { color: rgb(169,122,209); }

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

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

 a { background-color: rgb(169,122,209); }

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

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

 span { border-color: rgb(169,122,209); }

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