#A15ED0

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

Shades of Amethyst #A15ED0

Tints of Amethyst #A15ED0

Color information

#A15ED0 (or 0xA15ED0) is unknown color: approx Amethyst. HEX triplet: A1, 5E and D0. RGB value is (161,94,208). Sum of RGB (Red+Green+Blue) = 161+94+208=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #A15ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ED0 is #5EA12F. Grayscale: #7E7E7E. Windows color (decimal): -6201648 or 13655713. OLE color: 13655713.

HSL color Cylindrical-coordinate representation of color #A15ED0: hue angle of 275.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A15ED0 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16194208-
CMYK0.230.5500.18
HSL275.26º54.81%59.22%-
HSV(B)275.26º54.81%81.57%-
XYZ30.0920.1461.98-
YUV127.03173.7152.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.77%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=34.77%
G=20.30%
B=44.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161942080.230.5500.18275.2654.8159.22
HexA15ED01737012113373b
Octal24113632027670224236773
Binary1010000110111101101000010111110111010010100010011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15ED0; }

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

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

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

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

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

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

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

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