#A372CF

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

Shades of Amethyst #A372CF

Tints of Amethyst #A372CF

Color information

#A372CF (or 0xA372CF) is unknown color: approx Amethyst. HEX triplet: A3, 72 and CF. RGB value is (163,114,207). Sum of RGB (Red+Green+Blue) = 163+114+207=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #A372CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372CF is #5C8D30. Grayscale: #8A8A8A. Windows color (decimal): -6065457 or 13595299. OLE color: 13595299.

HSL color Cylindrical-coordinate representation of color #A372CF: hue angle of 271.61º 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 #A372CF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163114207-
CMYK0.210.4500.19
HSL271.61º49.21%62.94%-
HSV(B)271.61º44.93%81.18%-
XYZ32.3824.3362.02-
YUV139.25166.23144.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=33.68%
G=23.55%
B=42.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631142070.210.4500.19271.6149.2162.94
HexA372CF152D013110313f
Octal24316231725550234206177
Binary1010001111100101100111110101101101010011100010000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A372CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A372CF; }

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

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

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

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

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

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

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

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