#A15CE0

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

Shades of Amethyst #A15CE0

Tints of Amethyst #A15CE0

Color information

#A15CE0 (or 0xA15CE0) is unknown color: approx Amethyst. HEX triplet: A1, 5C and E0. RGB value is (161,92,224). Sum of RGB (Red+Green+Blue) = 161+92+224=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #A15CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CE0 is #5EA31F. Grayscale: #7F7F7F. Windows color (decimal): -6202144 or 14703777. OLE color: 14703777.

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

Color convert

RGB16192224-
CMYK0.280.5900.12
HSL271.36º68.04%61.96%-
HSV(B)271.36º58.93%87.84%-
XYZ31.9820.6172.81-
YUV127.68182.36151.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=33.75%
G=19.29%
B=46.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161922240.280.5900.12271.3668.0461.96
HexA15CE01C3B0C10f443e
Octal241134340347301441710476
Binary1010000110111001110000011100111011011001000011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CE0; }

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

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

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

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

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

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

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

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