#A073CA

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

Shades of Amethyst #A073CA

Tints of Amethyst #A073CA

Color information

#A073CA (or 0xA073CA) is unknown color: approx Amethyst. HEX triplet: A0, 73 and CA. RGB value is (160,115,202). Sum of RGB (Red+Green+Blue) = 160+115+202=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A073CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A073CA is #5F8C35. Grayscale: #8A8A8A. Windows color (decimal): -6261814 or 13267872. OLE color: 13267872.

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

Color convert

RGB160115202-
CMYK0.210.4300.21
HSL271.03º45.08%62.16%-
HSV(B)271.03º43.07%79.22%-
XYZ31.292458.86-
YUV138.37163.91143.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 115 (45.31% from 255) = 24.11%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=33.54%
G=24.11%
B=42.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601152020.210.4300.21271.0345.0862.16
HexA073CA152B01510f2d3e
Octal24016331225530254175576
Binary1010000011100111100101010101101011010101100001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073CA; }

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

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

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

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

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

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

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

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