#A15DE4

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

Shades of Amethyst #A15DE4

Tints of Amethyst #A15DE4

Color information

#A15DE4 (or 0xA15DE4) is unknown color: approx Amethyst. HEX triplet: A1, 5D and E4. RGB value is (161,93,228). Sum of RGB (Red+Green+Blue) = 161+93+228=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #A15DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15DE4 is #5EA21B. Grayscale: #808080. Windows color (decimal): -6201884 or 14966177. OLE color: 14966177.

HSL color Cylindrical-coordinate representation of color #A15DE4: hue angle of 270.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15DE4 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16193228-
CMYK0.290.5900.11
HSL270.22º71.43%62.94%-
HSV(B)270.22º59.21%89.41%-
XYZ32.6221.0175.73-
YUV128.72184.03151.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=33.40%
G=19.29%
B=47.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161932280.290.5900.11270.2271.4362.94
HexA15DE41D3B0B10e473f
Octal241135344357301341610777
Binary1010000110111011110010011101111011010111000011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DE4; }

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

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

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

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

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

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

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

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