#A052E5

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

Shades of Amethyst #A052E5

Tints of Amethyst #A052E5

Color information

#A052E5 (or 0xA052E5) is unknown color: approx Amethyst. HEX triplet: A0, 52 and E5. RGB value is (160,82,229). Sum of RGB (Red+Green+Blue) = 160+82+229=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #A052E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A052E5 is #5FAD1A. Grayscale: #797979. Windows color (decimal): -6270235 or 15028896. OLE color: 15028896.

HSL color Cylindrical-coordinate representation of color #A052E5: hue angle of 271.84º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A052E5 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16082229-
CMYK0.300.6400.10
HSL271.84º73.87%60.98%-
HSV(B)271.84º64.19%89.8%-
XYZ31.6619.1776.16-
YUV122.08188.34155.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 229 (89.84% from 255) = 48.62%
R=33.97%
G=17.41%
B=48.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal160822290.300.6400.10271.8473.8760.98
HexA052E51E400A1104a3d
Octal2401223453610001242011275
Binary10100000101001011100101111101000000010101000100001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A052E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A052E5; }

 p { color: rgb(160,82,229); }

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

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

 a { background-color: rgb(160,82,229); }

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

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

 span { border-color: rgb(160,82,229); }

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