#A15ECD

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

Shades of Amethyst #A15ECD

Tints of Amethyst #A15ECD

Color information

#A15ECD (or 0xA15ECD) is unknown color: approx Amethyst. HEX triplet: A1, 5E and CD. RGB value is (161,94,205). Sum of RGB (Red+Green+Blue) = 161+94+205=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A15ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ECD is #5EA132. Grayscale: #7E7E7E. Windows color (decimal): -6201651 or 13459105. OLE color: 13459105.

HSL color Cylindrical-coordinate representation of color #A15ECD: hue angle of 276.22º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A15ECD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16194205-
CMYK0.210.5400.20
HSL276.22º52.61%58.63%-
HSV(B)276.22º54.15%80.39%-
XYZ29.7219.9960.05-
YUV126.69172.2152.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=35%
G=20.43%
B=44.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161942050.210.5400.20276.2252.6158.63
HexA15ECD1536014114353b
Octal24113631525660244246573
Binary1010000110111101100110110101110110010100100010100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15ECD; }

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

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

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

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

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

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

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

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