#A971D5

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

Shades of Amethyst #A971D5

Tints of Amethyst #A971D5

Color information

#A971D5 (or 0xA971D5) is unknown color: approx Amethyst. HEX triplet: A9, 71 and D5. RGB value is (169,113,213). Sum of RGB (Red+Green+Blue) = 169+113+213=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #A971D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971D5 is #568E2A. Grayscale: #8C8C8C. Windows color (decimal): -5672491 or 13988265. OLE color: 13988265.

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

Color convert

RGB169113213-
CMYK0.210.4700.16
HSL273.6º54.35%63.92%-
HSV(B)273.6º46.95%83.53%-
XYZ34.2825.0565.98-
YUV141.14168.55147.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=34.14%
G=22.83%
B=43.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691132130.210.4700.16273.654.3563.92
HexA971D5152F0101123640
Octal251161325255702042266100
Binary10101001111000111010101101011011110100001000100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971D5; }

 p { color: rgb(169,113,213); }

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

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

 a { background-color: rgb(169,113,213); }

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

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

 span { border-color: rgb(169,113,213); }

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