#A15BCE

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

Shades of Amethyst #A15BCE

Tints of Amethyst #A15BCE

Color information

#A15BCE (or 0xA15BCE) is unknown color: approx Amethyst. HEX triplet: A1, 5B and CE. RGB value is (161,91,206). Sum of RGB (Red+Green+Blue) = 161+91+206=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #A15BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BCE is #5EA431. Grayscale: #7C7C7C. Windows color (decimal): -6202418 or 13523873. OLE color: 13523873.

HSL color Cylindrical-coordinate representation of color #A15BCE: hue angle of 276.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15BCE is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16191206-
CMYK0.220.5600.19
HSL276.52º53.99%58.24%-
HSV(B)276.52º55.83%80.78%-
XYZ29.5819.5260.6-
YUV125.04173.69153.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.15%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=35.15%
G=19.87%
B=44.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161912060.220.5600.19276.5253.9958.24
HexA15BCE1638013115363a
Octal24113331626700234256672
Binary1010000110110111100111010110111000010011100010101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BCE; }

 p { color: rgb(161,91,206); }

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

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

 a { background-color: rgb(161,91,206); }

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

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

 span { border-color: rgb(161,91,206); }

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