#A15AE9

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

Shades of Amethyst #A15AE9

Tints of Amethyst #A15AE9

Color information

#A15AE9 (or 0xA15AE9) is unknown color: approx Amethyst. HEX triplet: A1, 5A and E9. RGB value is (161,90,233). Sum of RGB (Red+Green+Blue) = 161+90+233=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #A15AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15AE9 is #5EA516. Grayscale: #7F7F7F. Windows color (decimal): -6202647 or 15293089. OLE color: 15293089.

HSL color Cylindrical-coordinate representation of color #A15AE9: hue angle of 269.79º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15AE9 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16190233-
CMYK0.310.6100.09
HSL269.79º76.47%63.33%-
HSV(B)269.79º61.37%91.37%-
XYZ33.0620.7779.36-
YUV127.53187.52151.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 233 (91.41% from 255) = 48.14%
R=33.26%
G=18.60%
B=48.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161902330.310.6100.09269.7976.4763.33
HexA15AE91F3D0910e4c3f
Octal241132351377501141611477
Binary1010000110110101110100111111111101010011000011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AE9; }

 p { color: rgb(161,90,233); }

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

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

 a { background-color: rgb(161,90,233); }

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

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

 span { border-color: rgb(161,90,233); }

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