#A97AD6

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

Shades of Amethyst #A97AD6

Tints of Amethyst #A97AD6

Color information

#A97AD6 (or 0xA97AD6) is unknown color: approx Amethyst. HEX triplet: A9, 7A and D6. RGB value is (169,122,214). Sum of RGB (Red+Green+Blue) = 169+122+214=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #A97AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AD6 is #568529. Grayscale: #929292. Windows color (decimal): -5670186 or 14056105. OLE color: 14056105.

HSL color Cylindrical-coordinate representation of color #A97AD6: hue angle of 270.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A97AD6 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169122214-
CMYK0.210.4300.16
HSL270.65º52.87%65.88%-
HSV(B)270.65º42.99%83.92%-
XYZ35.4627.2167-
YUV146.54166.07144.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=33.47%
G=24.16%
B=42.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691222140.210.4300.16270.6552.8765.88
HexA97AD6152B01010f3542
Octal251172326255302041765102
Binary10101001111101011010110101011010110100001000011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AD6; }

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

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

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

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

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

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

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

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