#A272CF

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

Shades of Amethyst #A272CF

Tints of Amethyst #A272CF

Color information

#A272CF (or 0xA272CF) is unknown color: approx Amethyst. HEX triplet: A2, 72 and CF. RGB value is (162,114,207). Sum of RGB (Red+Green+Blue) = 162+114+207=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #A272CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272CF is #5D8D30. Grayscale: #8A8A8A. Windows color (decimal): -6130993 or 13595298. OLE color: 13595298.

HSL color Cylindrical-coordinate representation of color #A272CF: hue angle of 270.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A272CF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162114207-
CMYK0.220.4500.19
HSL270.97º49.21%62.94%-
HSV(B)270.97º44.93%81.18%-
XYZ32.1824.2262.01-
YUV138.95166.4144.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=33.54%
G=23.60%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621142070.220.4500.19270.9749.2162.94
HexA272CF162D01310f313f
Octal24216231726550234176177
Binary1010001011100101100111110110101101010011100001111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272CF; }

 p { color: rgb(162,114,207); }

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

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

 a { background-color: rgb(162,114,207); }

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

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

 span { border-color: rgb(162,114,207); }

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