#a974ca

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

Shades of Amethyst #A974CA

Tints of Amethyst #A974CA

Color information

#A974CA (or 0xA974CA) is unknown color: approx Amethyst. HEX triplet: A9, 74 and CA. RGB value is (169,116,202). Sum of RGB (Red+Green+Blue) = 169+116+202=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A974CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974CA is #568B35. Grayscale: #8D8D8D. Windows color (decimal): -5671734 or 13268137. OLE color: 13268137.

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

Color convert

RGB169116202-
CMYK0.160.4300.21
HSL276.98º44.79%62.35%-
HSV(B)276.98º42.57%79.22%-
XYZ33.2725.1958.99-
YUV141.65162.06147.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 116 (45.70% from 255) = 23.82%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=34.70%
G=23.82%
B=41.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691162020.160.4300.21276.9844.7962.35
HexA974CA102B0151152d3e
Octal25116431220530254255576
Binary1010100111101001100101010000101011010101100010101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a974ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a974ca; }

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

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

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

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

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

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

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

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