#A273C5

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

Shades of Amethyst #A273C5

Tints of Amethyst #A273C5

Color information

#A273C5 (or 0xA273C5) is unknown color: approx Amethyst. HEX triplet: A2, 73 and C5. RGB value is (162,115,197). Sum of RGB (Red+Green+Blue) = 162+115+197=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #A273C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273C5 is #5D8C3A. Grayscale: #8A8A8A. Windows color (decimal): -6130747 or 12940194. OLE color: 12940194.

HSL color Cylindrical-coordinate representation of color #A273C5: hue angle of 274.39º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A273C5 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162115197-
CMYK0.180.4200.23
HSL274.39º41.41%61.18%-
HSV(B)274.39º41.62%77.25%-
XYZ31.1123.9755.81-
YUV138.4161.07144.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=34.18%
G=24.26%
B=41.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621151970.180.4200.23274.3941.4161.18
HexA273C5122A017112293d
Octal24216330522520274225175
Binary1010001011100111100010110010101010010111100010010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273C5; }

 p { color: rgb(162,115,197); }

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

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

 a { background-color: rgb(162,115,197); }

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

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

 span { border-color: rgb(162,115,197); }

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