#A971CA

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

Shades of Amethyst #A971CA

Tints of Amethyst #A971CA

Color information

#A971CA (or 0xA971CA) is unknown color: approx Amethyst. HEX triplet: A9, 71 and CA. RGB value is (169,113,202). Sum of RGB (Red+Green+Blue) = 169+113+202=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #A971CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971CA is #568E35. Grayscale: #8B8B8B. Windows color (decimal): -5672502 or 13267369. OLE color: 13267369.

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

Color convert

RGB169113202-
CMYK0.160.4400.21
HSL277.75º45.64%61.76%-
HSV(B)277.75º44.06%79.22%-
XYZ32.9324.5158.87-
YUV139.89163.05148.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=34.92%
G=23.35%
B=41.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691132020.160.4400.21277.7545.6461.76
HexA971CA102C0151162e3e
Octal25116131220540254265676
Binary1010100111100011100101010000101100010101100010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971CA; }

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

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

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

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

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

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

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

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