#A272CC

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

Shades of Amethyst #A272CC

Tints of Amethyst #A272CC

Color information

#A272CC (or 0xA272CC) is unknown color: approx Amethyst. HEX triplet: A2, 72 and CC. RGB value is (162,114,204). Sum of RGB (Red+Green+Blue) = 162+114+204=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A272CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272CC is #5D8D33. Grayscale: #8A8A8A. Windows color (decimal): -6130996 or 13398690. OLE color: 13398690.

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

Color convert

RGB162114204-
CMYK0.210.4400.2
HSL272º46.88%62.35%-
HSV(B)272º44.12%80%-
XYZ31.8224.0860.1-
YUV138.61164.9144.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=33.75%
G=23.75%
B=42.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621142040.210.4400.227246.8862.35
HexA272CC152C0141102f3e
Octal24216231425540244205776
Binary1010001011100101100110010101101100010100100010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272CC; }

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

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

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

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

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

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

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

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