#A971D7

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

Shades of Amethyst #A971D7

Tints of Amethyst #A971D7

Color information

#A971D7 (or 0xA971D7) is unknown color: approx Amethyst. HEX triplet: A9, 71 and D7. RGB value is (169,113,215). Sum of RGB (Red+Green+Blue) = 169+113+215=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #A971D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971D7 is #568E28. Grayscale: #8D8D8D. Windows color (decimal): -5672489 or 14119337. OLE color: 14119337.

HSL color Cylindrical-coordinate representation of color #A971D7: hue angle of 272.94º degrees, saturation: 0.56, 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 #A971D7 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169113215-
CMYK0.210.4700.16
HSL272.94º56.04%64.31%-
HSV(B)272.94º47.44%84.31%-
XYZ34.5325.1567.32-
YUV141.37169.55147.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=34.00%
G=22.74%
B=43.26%

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
Decimal1691132150.210.4700.16272.9456.0464.31
HexA971D7152F0101113840
Octal251161327255702042170100
Binary10101001111000111010111101011011110100001000100011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971D7; }

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

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

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

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

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

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

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

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