#A15CDE

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

Shades of Amethyst #A15CDE

Tints of Amethyst #A15CDE

Color information

#A15CDE (or 0xA15CDE) is unknown color: approx Amethyst. HEX triplet: A1, 5C and DE. RGB value is (161,92,222). Sum of RGB (Red+Green+Blue) = 161+92+222=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #A15CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15CDE is #5EA321. Grayscale: #7E7E7E. Windows color (decimal): -6202146 or 14572705. OLE color: 14572705.

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

Color convert

RGB16192222-
CMYK0.270.5900.13
HSL271.85º66.33%61.57%-
HSV(B)271.85º58.56%87.06%-
XYZ31.7120.5171.39-
YUV127.45181.36151.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=33.89%
G=19.37%
B=46.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161922220.270.5900.13271.8566.3361.57
HexA15CDE1B3B0D110423e
Octal241134336337301542010276
Binary1010000110111001101111011011111011011011000100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15CDE; }

 p { color: rgb(161,92,222); }

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

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

 a { background-color: rgb(161,92,222); }

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

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

 span { border-color: rgb(161,92,222); }

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