#A15ED7

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

Shades of Amethyst #A15ED7

Tints of Amethyst #A15ED7

Color information

#A15ED7 (or 0xA15ED7) is unknown color: approx Amethyst. HEX triplet: A1, 5E and D7. RGB value is (161,94,215). Sum of RGB (Red+Green+Blue) = 161+94+215=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #A15ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ED7 is #5EA128. Grayscale: #7F7F7F. Windows color (decimal): -6201641 or 14114465. OLE color: 14114465.

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

Color convert

RGB16194215-
CMYK0.250.5600.16
HSL273.22º60.2%60.59%-
HSV(B)273.22º56.28%84.31%-
XYZ30.9720.4966.61-
YUV127.83177.2151.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 94 (37.11% from 255) = 20%
BLUE value IS 215 (84.38% from 255) = 45.74%
R=34.26%
G=20%
B=45.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161942150.250.5600.16273.2260.260.59
HexA15ED719380101113c3d
Octal24113632731700204217475
Binary1010000110111101101011111001111000010000100010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15ED7; }

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

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

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

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

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

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

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

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