#A05CE1

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

Shades of Amethyst #A05CE1

Tints of Amethyst #A05CE1

Color information

#A05CE1 (or 0xA05CE1) is unknown color: approx Amethyst. HEX triplet: A0, 5C and E1. RGB value is (160,92,225). Sum of RGB (Red+Green+Blue) = 160+92+225=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #A05CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CE1 is #5FA31E. Grayscale: #7F7F7F. Windows color (decimal): -6267679 or 14769312. OLE color: 14769312.

HSL color Cylindrical-coordinate representation of color #A05CE1: hue angle of 270.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05CE1 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16092225-
CMYK0.290.5900.12
HSL270.68º68.91%62.16%-
HSV(B)270.68º59.11%88.24%-
XYZ31.9120.5673.52-
YUV127.49183.03151.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 225 (88.28% from 255) = 47.17%
R=33.54%
G=19.29%
B=47.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160922250.290.5900.12270.6868.9162.16
HexA05CE11D3B0C10f453e
Octal240134341357301441710576
Binary1010000010111001110000111101111011011001000011111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CE1; }

 p { color: rgb(160,92,225); }

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

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

 a { background-color: rgb(160,92,225); }

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

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

 span { border-color: rgb(160,92,225); }

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