#A15BD8

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

Shades of Amethyst #A15BD8

Tints of Amethyst #A15BD8

Color information

#A15BD8 (or 0xA15BD8) is unknown color: approx Amethyst. HEX triplet: A1, 5B and D8. RGB value is (161,91,216). Sum of RGB (Red+Green+Blue) = 161+91+216=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #A15BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BD8 is #5EA427. Grayscale: #7D7D7D. Windows color (decimal): -6202408 or 14179233. OLE color: 14179233.

HSL color Cylindrical-coordinate representation of color #A15BD8: hue angle of 273.6º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15BD8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16191216-
CMYK0.250.5800.15
HSL273.6º61.58%60.2%-
HSV(B)273.6º57.87%84.71%-
XYZ30.8320.0267.2-
YUV126.18178.69152.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 91 (35.94% from 255) = 19.44%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=34.40%
G=19.44%
B=46.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161912160.250.5800.15273.661.5860.2
HexA15BD8193A0F1123e3c
Octal24113333031720174227674
Binary101000011011011110110001100111101001111100010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15BD8; }

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

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

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

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

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

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

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

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