#A372D6

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

Shades of Amethyst #A372D6

Tints of Amethyst #A372D6

Color information

#A372D6 (or 0xA372D6) is unknown color: approx Amethyst. HEX triplet: A3, 72 and D6. RGB value is (163,114,214). Sum of RGB (Red+Green+Blue) = 163+114+214=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #A372D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372D6 is #5C8D29. Grayscale: #8B8B8B. Windows color (decimal): -6065450 or 14054051. OLE color: 14054051.

HSL color Cylindrical-coordinate representation of color #A372D6: hue angle of 269.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A372D6 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163114214-
CMYK0.240.4700.16
HSL269.4º54.95%64.31%-
HSV(B)269.4º46.73%83.92%-
XYZ33.2624.6866.63-
YUV140.05169.73144.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=33.20%
G=23.22%
B=43.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631142140.240.4700.16269.454.9564.31
HexA372D6182F01010d3740
Octal243162326305702041567100
Binary10100011111001011010110110001011110100001000011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372D6; }

 p { color: rgb(163,114,214); }

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

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

 a { background-color: rgb(163,114,214); }

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

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

 span { border-color: rgb(163,114,214); }

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