#a05fe0

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

Shades of Amethyst #A05FE0

Tints of Amethyst #A05FE0

Color information

#A05FE0 (or 0xA05FE0) is unknown color: approx Amethyst. HEX triplet: A0, 5F and E0. RGB value is (160,95,224). Sum of RGB (Red+Green+Blue) = 160+95+224=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #A05FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FE0 is #5FA01F. Grayscale: #808080. Windows color (decimal): -6266912 or 14704544. OLE color: 14704544.

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

Color convert

RGB16095224-
CMYK0.290.5800.12
HSL270.23º67.54%62.55%-
HSV(B)270.23º57.59%87.84%-
XYZ32.0421.0472.89-
YUV129.14181.53150.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=33.40%
G=19.83%
B=46.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160952240.290.5800.12270.2367.5462.55
HexA05FE01D3A0C10e443f
Octal240137340357201441610477
Binary1010000010111111110000011101111010011001000011101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05fe0; }

 p { color: rgb(160,95,224); }

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

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

 a { background-color: rgb(160,95,224); }

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

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

 span { border-color: rgb(160,95,224); }

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