#A361E1

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

Shades of Amethyst #A361E1

Tints of Amethyst #A361E1

Color information

#A361E1 (or 0xA361E1) is unknown color: approx Amethyst. HEX triplet: A3, 61 and E1. RGB value is (163,97,225). Sum of RGB (Red+Green+Blue) = 163+97+225=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #A361E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361E1 is #5C9E1E. Grayscale: #828282. Windows color (decimal): -6069791 or 14770595. OLE color: 14770595.

HSL color Cylindrical-coordinate representation of color #A361E1: hue angle of 270.94º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A361E1 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16397225-
CMYK0.280.5700.12
HSL270.94º68.09%63.14%-
HSV(B)270.94º56.89%88.24%-
XYZ32.9721.7773.7-
YUV131.33180.87150.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 46.39%
R=33.61%
G=20%
B=46.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal163972250.280.5700.12270.9468.0963.14
HexA361E11C390C10f443f
Octal243141341347101441710477
Binary1010001111000011110000111100111001011001000011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361E1; }

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

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

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

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

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

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

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

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