#A273CA

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

Shades of Amethyst #A273CA

Tints of Amethyst #A273CA

Color information

#A273CA (or 0xA273CA) is unknown color: approx Amethyst. HEX triplet: A2, 73 and CA. RGB value is (162,115,202). Sum of RGB (Red+Green+Blue) = 162+115+202=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A273CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273CA is #5D8C35. Grayscale: #8A8A8A. Windows color (decimal): -6130742 or 13267874. OLE color: 13267874.

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

Color convert

RGB162115202-
CMYK0.200.4300.21
HSL272.41º45.08%62.16%-
HSV(B)272.41º43.07%79.22%-
XYZ31.6924.2158.88-
YUV138.97163.57144.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=33.82%
G=24.01%
B=42.17%

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
Decimal1621152020.200.4300.21272.4145.0862.16
HexA273CA142B0151102d3e
Octal24216331224530254205576
Binary1010001011100111100101010100101011010101100010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A273CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A273CA; }

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

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

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

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

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

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

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

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