#A15CE5

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

Shades of Amethyst #A15CE5

Tints of Amethyst #A15CE5

Color information

#A15CE5 (or 0xA15CE5) is unknown color: approx Amethyst. HEX triplet: A1, 5C and E5. RGB value is (161,92,229). Sum of RGB (Red+Green+Blue) = 161+92+229=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #A15CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CE5 is #5EA31A. Grayscale: #7F7F7F. Windows color (decimal): -6202139 or 15031457. OLE color: 15031457.

HSL color Cylindrical-coordinate representation of color #A15CE5: hue angle of 270.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15CE5 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16192229-
CMYK0.300.6000.10
HSL270.22º72.49%62.94%-
HSV(B)270.22º59.83%89.8%-
XYZ32.6720.8976.44-
YUV128.25184.86151.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 229 (89.84% from 255) = 47.51%
R=33.40%
G=19.09%
B=47.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161922290.300.6000.10270.2272.4962.94
HexA15CE51E3C0A10e483f
Octal241134345367401241611077
Binary1010000110111001110010111110111100010101000011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CE5; }

 p { color: rgb(161,92,229); }

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

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

 a { background-color: rgb(161,92,229); }

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

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

 span { border-color: rgb(161,92,229); }

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