#A361C9

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

Shades of Amethyst #A361C9

Tints of Amethyst #A361C9

Color information

#A361C9 (or 0xA361C9) is unknown color: approx Amethyst. HEX triplet: A3, 61 and C9. RGB value is (163,97,201). Sum of RGB (Red+Green+Blue) = 163+97+201=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #A361C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361C9 is #5C9E36. Grayscale: #808080. Windows color (decimal): -6069815 or 13197731. OLE color: 13197731.

HSL color Cylindrical-coordinate representation of color #A361C9: hue angle of 278.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A361C9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16397201-
CMYK0.190.5200.21
HSL278.08º49.06%58.43%-
HSV(B)278.08º51.74%78.82%-
XYZ29.9220.5557.65-
YUV128.59168.87152.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=35.36%
G=21.04%
B=43.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal163972010.190.5200.21278.0849.0658.43
HexA361C91334015116313a
Octal24314131123640254266172
Binary1010001111000011100100110011110100010101100010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361C9; }

 p { color: rgb(163,97,201); }

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

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

 a { background-color: rgb(163,97,201); }

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

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

 span { border-color: rgb(163,97,201); }

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