#A970C5

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

Shades of Amethyst #A970C5

Tints of Amethyst #A970C5

Color information

#A970C5 (or 0xA970C5) is unknown color: approx Amethyst. HEX triplet: A9, 70 and C5. RGB value is (169,112,197). Sum of RGB (Red+Green+Blue) = 169+112+197=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #A970C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970C5 is #568F3A. Grayscale: #8A8A8A. Windows color (decimal): -5672763 or 12939433. OLE color: 12939433.

HSL color Cylindrical-coordinate representation of color #A970C5: hue angle of 280.24º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A970C5 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB169112197-
CMYK0.140.4300.23
HSL280.24º42.29%60.59%-
HSV(B)280.24º43.15%77.25%-
XYZ32.2324.0555.77-
YUV138.73160.88149.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 197 (77.34% from 255) = 41.21%
R=35.36%
G=23.43%
B=41.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691121970.140.4300.23280.2442.2960.59
HexA970C5E2B0171182a3d
Octal25116030516530274305275
Binary101010011110000110001011110101011010111100011000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970C5; }

 p { color: rgb(169,112,197); }

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

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

 a { background-color: rgb(169,112,197); }

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

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

 span { border-color: rgb(169,112,197); }

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