#A15EDD

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

Shades of Amethyst #A15EDD

Tints of Amethyst #A15EDD

Color information

#A15EDD (or 0xA15EDD) is unknown color: approx Amethyst. HEX triplet: A1, 5E and DD. RGB value is (161,94,221). Sum of RGB (Red+Green+Blue) = 161+94+221=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A15EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15EDD is #5EA122. Grayscale: #808080. Windows color (decimal): -6201635 or 14507681. OLE color: 14507681.

HSL color Cylindrical-coordinate representation of color #A15EDD: hue angle of 271.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15EDD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16194221-
CMYK0.270.5700.13
HSL271.65º65.13%61.76%-
HSV(B)271.65º57.47%86.67%-
XYZ31.7520.870.75-
YUV128.51180.2151.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=33.82%
G=19.75%
B=46.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161942210.270.5700.13271.6565.1361.76
HexA15EDD1B390D110413e
Octal241136335337101542010176
Binary1010000110111101101110111011111001011011000100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EDD; }

 p { color: rgb(161,94,221); }

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

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

 a { background-color: rgb(161,94,221); }

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

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

 span { border-color: rgb(161,94,221); }

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