#A271CA

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

Shades of Amethyst #A271CA

Tints of Amethyst #A271CA

Color information

#A271CA (or 0xA271CA) is unknown color: approx Amethyst. HEX triplet: A2, 71 and CA. RGB value is (162,113,202). Sum of RGB (Red+Green+Blue) = 162+113+202=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 113 (44.53% from 255 or 23.69% 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 #A271CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271CA is #5D8E35. Grayscale: #898989. Windows color (decimal): -6131254 or 13267362. OLE color: 13267362.

HSL color Cylindrical-coordinate representation of color #A271CA: hue angle of 273.03º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A271CA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162113202-
CMYK0.200.4400.21
HSL273.03º45.64%61.76%-
HSV(B)273.03º44.06%79.22%-
XYZ31.4723.7658.8-
YUV137.8164.23145.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=33.96%
G=23.69%
B=42.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621132020.200.4400.21273.0345.6461.76
HexA271CA142C0151112e3e
Octal24216131224540254215676
Binary1010001011100011100101010100101100010101100010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271CA; }

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

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

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

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

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

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

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

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