#A173CA

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

Shades of Amethyst #A173CA

Tints of Amethyst #A173CA

Color information

#A173CA (or 0xA173CA) is unknown color: approx Amethyst. HEX triplet: A1, 73 and CA. RGB value is (161,115,202). Sum of RGB (Red+Green+Blue) = 161+115+202=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #A173CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173CA is #5E8C35. Grayscale: #8A8A8A. Windows color (decimal): -6196278 or 13267873. OLE color: 13267873.

HSL color Cylindrical-coordinate representation of color #A173CA: hue angle of 271.72º 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 #A173CA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161115202-
CMYK0.200.4300.21
HSL271.72º45.08%62.16%-
HSV(B)271.72º43.07%79.22%-
XYZ31.4924.158.87-
YUV138.67163.74143.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 115 (45.31% from 255) = 24.06%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=33.68%
G=24.06%
B=42.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611152020.200.4300.21271.7245.0862.16
HexA173CA142B0151102d3e
Octal24116331224530254205576
Binary1010000111100111100101010100101011010101100010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A173CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A173CA; }

 p { color: rgb(161,115,202); }

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

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

 a { background-color: rgb(161,115,202); }

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

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

 span { border-color: rgb(161,115,202); }

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