#A15FD8

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

Shades of Amethyst #A15FD8

Tints of Amethyst #A15FD8

Color information

#A15FD8 (or 0xA15FD8) is unknown color: approx Amethyst. HEX triplet: A1, 5F and D8. RGB value is (161,95,216). Sum of RGB (Red+Green+Blue) = 161+95+216=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #A15FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FD8 is #5EA027. Grayscale: #808080. Windows color (decimal): -6201384 or 14180257. OLE color: 14180257.

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

Color convert

RGB16195216-
CMYK0.250.5600.15
HSL272.73º60.8%60.98%-
HSV(B)272.73º56.02%84.71%-
XYZ31.1820.7267.32-
YUV128.53177.37151.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 216 (84.77% from 255) = 45.76%
R=34.11%
G=20.13%
B=45.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161952160.250.5600.15272.7360.860.98
HexA15FD819380F1113d3d
Octal24113733031700174217575
Binary101000011011111110110001100111100001111100010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15FD8; }

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

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

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

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

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

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

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

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