#A971CF

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

Shades of Amethyst #A971CF

Tints of Amethyst #A971CF

Color information

#A971CF (or 0xA971CF) is unknown color: approx Amethyst. HEX triplet: A9, 71 and CF. RGB value is (169,113,207). Sum of RGB (Red+Green+Blue) = 169+113+207=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #A971CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971CF is #568E30. Grayscale: #8C8C8C. Windows color (decimal): -5672497 or 13595049. OLE color: 13595049.

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

Color convert

RGB169113207-
CMYK0.180.4500.19
HSL275.74º49.47%62.75%-
HSV(B)275.74º45.41%81.18%-
XYZ33.5324.7562.04-
YUV140.46165.55148.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=34.56%
G=23.11%
B=42.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691132070.180.4500.19275.7449.4762.75
HexA971CF122D013114313f
Octal25116131722550234246177
Binary1010100111100011100111110010101101010011100010100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971CF; }

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

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

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

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

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

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

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

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