#A972D5

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

Shades of Amethyst #A972D5

Tints of Amethyst #A972D5

Color information

#A972D5 (or 0xA972D5) is unknown color: approx Amethyst. HEX triplet: A9, 72 and D5. RGB value is (169,114,213). Sum of RGB (Red+Green+Blue) = 169+114+213=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A972D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972D5 is #568D2A. Grayscale: #8D8D8D. Windows color (decimal): -5672235 or 13988521. OLE color: 13988521.

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

Color convert

RGB169114213-
CMYK0.210.4600.16
HSL273.33º54.1%64.12%-
HSV(B)273.33º46.48%83.53%-
XYZ34.3925.2766.02-
YUV141.73168.22147.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 213 (83.59% from 255) = 42.94%
R=34.07%
G=22.98%
B=42.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691142130.210.4600.16273.3354.164.12
HexA972D5152E0101113640
Octal251162325255602042166100
Binary10101001111001011010101101011011100100001000100011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A972D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A972D5; }

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

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

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

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

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

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

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

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