#A05AE9

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

Shades of Amethyst #A05AE9

Tints of Amethyst #A05AE9

Color information

#A05AE9 (or 0xA05AE9) is unknown color: approx Amethyst. HEX triplet: A0, 5A and E9. RGB value is (160,90,233). Sum of RGB (Red+Green+Blue) = 160+90+233=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #A05AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05AE9 is #5FA516. Grayscale: #7E7E7E. Windows color (decimal): -6268183 or 15293088. OLE color: 15293088.

HSL color Cylindrical-coordinate representation of color #A05AE9: hue angle of 269.37º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A05AE9 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16090233-
CMYK0.310.6100.09
HSL269.37º76.47%63.33%-
HSV(B)269.37º61.37%91.37%-
XYZ32.8620.6779.35-
YUV127.23187.69151.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 90 (35.55% from 255) = 18.63%
BLUE value IS 233 (91.41% from 255) = 48.24%
R=33.13%
G=18.63%
B=48.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160902330.310.6100.09269.3776.4763.33
HexA05AE91F3D0910d4c3f
Octal240132351377501141511477
Binary1010000010110101110100111111111101010011000011011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05AE9; }

 p { color: rgb(160,90,233); }

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

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

 a { background-color: rgb(160,90,233); }

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

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

 span { border-color: rgb(160,90,233); }

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