#A273C4

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

Shades of Amethyst #A273C4

Tints of Amethyst #A273C4

Color information

#A273C4 (or 0xA273C4) is unknown color: approx Amethyst. HEX triplet: A2, 73 and C4. RGB value is (162,115,196). Sum of RGB (Red+Green+Blue) = 162+115+196=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #A273C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273C4 is #5D8C3B. Grayscale: #8A8A8A. Windows color (decimal): -6130748 or 12874658. OLE color: 12874658.

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

Color convert

RGB162115196-
CMYK0.170.4100.23
HSL274.81º40.7%60.98%-
HSV(B)274.81º41.33%76.86%-
XYZ30.9923.9355.21-
YUV138.29160.57144.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=34.25%
G=24.31%
B=41.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621151960.170.4100.23274.8140.760.98
HexA273C41129017113293d
Octal24216330421510274235175
Binary1010001011100111100010010001101001010111100010011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273C4; }

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

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

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

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

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

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

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

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