#A05CE4

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

Shades of Amethyst #A05CE4

Tints of Amethyst #A05CE4

Color information

#A05CE4 (or 0xA05CE4) is unknown color: approx Amethyst. HEX triplet: A0, 5C and E4. RGB value is (160,92,228). Sum of RGB (Red+Green+Blue) = 160+92+228=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 228 (89.45% from 255 or 47.5% from 480); Max value from RGB is 228 - color contains mainly: blue. Hex color #A05CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CE4 is #5FA31B. Grayscale: #7F7F7F. Windows color (decimal): -6267676 or 14965920. OLE color: 14965920.

HSL color Cylindrical-coordinate representation of color #A05CE4: hue angle of 270º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05CE4 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16092228-
CMYK0.300.6000.11
HSL270º71.58%62.75%-
HSV(B)270º59.65%89.41%-
XYZ32.3320.7375.7-
YUV127.84184.53150.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 228 (89.45% from 255) = 47.5%
R=33.33%
G=19.17%
B=47.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160922280.300.6000.1127071.5862.75
HexA05CE41E3C0B10e483f
Octal240134344367401341611077
Binary1010000010111001110010011110111100010111000011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CE4; }

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

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

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

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

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

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

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

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