#A977CD

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

Shades of Amethyst #A977CD

Tints of Amethyst #A977CD

Color information

#A977CD (or 0xA977CD) is unknown color: approx Amethyst. HEX triplet: A9, 77 and CD. RGB value is (169,119,205). Sum of RGB (Red+Green+Blue) = 169+119+205=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A977CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A977CD is #568832. Grayscale: #8F8F8F. Windows color (decimal): -5670963 or 13465513. OLE color: 13465513.

HSL color Cylindrical-coordinate representation of color #A977CD: hue angle of 274.88º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A977CD is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169119205-
CMYK0.180.4200.20
HSL274.88º46.24%63.53%-
HSV(B)274.88º41.95%80.39%-
XYZ33.9826.0460.99-
YUV143.75162.56146.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=34.28%
G=24.14%
B=41.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691192050.180.4200.20274.8846.2463.53
HexA977CD122A0141132e40
Octal251167315225202442356100
Binary10101001111011111001101100101010100101001000100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A977CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A977CD; }

 p { color: rgb(169,119,205); }

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

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

 a { background-color: rgb(169,119,205); }

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

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

 span { border-color: rgb(169,119,205); }

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