#A272D4

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

Shades of Amethyst #A272D4

Tints of Amethyst #A272D4

Color information

#A272D4 (or 0xA272D4) is unknown color: approx Amethyst. HEX triplet: A2, 72 and D4. RGB value is (162,114,212). Sum of RGB (Red+Green+Blue) = 162+114+212=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #A272D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A272D4 is #5D8D2B. Grayscale: #8B8B8B. Windows color (decimal): -6130988 or 13922978. OLE color: 13922978.

HSL color Cylindrical-coordinate representation of color #A272D4: hue angle of 269.39º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A272D4 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162114212-
CMYK0.240.4600.17
HSL269.39º53.26%63.92%-
HSV(B)269.39º46.23%83.14%-
XYZ32.824.4765.28-
YUV139.52168.9144.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 212 (83.20% from 255) = 43.44%
R=33.20%
G=23.36%
B=43.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621142120.240.4600.17269.3953.2663.92
HexA272D4182E01110d3540
Octal242162324305602141565100
Binary10100010111001011010100110001011100100011000011011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272D4; }

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

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

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

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

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

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

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

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