#A151E4

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

Shades of Amethyst #A151E4

Tints of Amethyst #A151E4

Color information

#A151E4 (or 0xA151E4) is unknown color: approx Amethyst. HEX triplet: A1, 51 and E4. RGB value is (161,81,228). Sum of RGB (Red+Green+Blue) = 161+81+228=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #A151E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151E4 is #5EAE1B. Grayscale: #797979. Windows color (decimal): -6204956 or 14963105. OLE color: 14963105.

HSL color Cylindrical-coordinate representation of color #A151E4: hue angle of 272.65º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A151E4 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16181228-
CMYK0.290.6400.11
HSL272.65º73.13%60.59%-
HSV(B)272.65º64.47%89.41%-
XYZ31.6419.0675.41-
YUV121.68188156.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 81 (32.03% from 255) = 17.23%
BLUE value IS 228 (89.45% from 255) = 48.51%
R=34.26%
G=17.23%
B=48.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161812280.290.6400.11272.6573.1360.59
HexA151E41D400B111493d
Octal2411213443510001342111175
Binary10100001101000111100100111011000000010111000100011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151E4; }

 p { color: rgb(161,81,228); }

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

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

 a { background-color: rgb(161,81,228); }

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

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

 span { border-color: rgb(161,81,228); }

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