#A15DD8

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

Shades of Amethyst #A15DD8

Tints of Amethyst #A15DD8

Color information

#A15DD8 (or 0xA15DD8) is unknown color: approx Amethyst. HEX triplet: A1, 5D and D8. RGB value is (161,93,216). Sum of RGB (Red+Green+Blue) = 161+93+216=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #A15DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DD8 is #5EA227. Grayscale: #7E7E7E. Windows color (decimal): -6201896 or 14179745. OLE color: 14179745.

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

Color convert

RGB16193216-
CMYK0.250.5700.15
HSL273.17º61.19%60.59%-
HSV(B)273.17º56.94%84.71%-
XYZ31.0120.3667.26-
YUV127.35178.03152-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=34.26%
G=19.79%
B=45.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161932160.250.5700.15273.1761.1960.59
HexA15DD819390F1113d3d
Octal24113533031710174217575
Binary101000011011101110110001100111100101111100010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DD8; }

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

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

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

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

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

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

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

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