#A073C9

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

Shades of Amethyst #A073C9

Tints of Amethyst #A073C9

Color information

#A073C9 (or 0xA073C9) is unknown color: approx Amethyst. HEX triplet: A0, 73 and C9. RGB value is (160,115,201). Sum of RGB (Red+Green+Blue) = 160+115+201=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #A073C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073C9 is #5F8C36. Grayscale: #898989. Windows color (decimal): -6261815 or 13202336. OLE color: 13202336.

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

Color convert

RGB160115201-
CMYK0.200.4300.21
HSL271.4º44.33%61.96%-
HSV(B)271.4º42.79%78.82%-
XYZ31.1723.9558.24-
YUV138.26163.41143.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.61%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=33.61%
G=24.16%
B=42.23%

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
Decimal1601152010.200.4300.21271.444.3361.96
HexA073C9142B01510f2c3e
Octal24016331124530254175476
Binary1010000011100111100100110100101011010101100001111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073C9; }

 p { color: rgb(160,115,201); }

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

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

 a { background-color: rgb(160,115,201); }

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

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

 span { border-color: rgb(160,115,201); }

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