#A058D5

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

Shades of Amethyst #A058D5

Tints of Amethyst #A058D5

Color information

#A058D5 (or 0xA058D5) is unknown color: approx Amethyst. HEX triplet: A0, 58 and D5. RGB value is (160,88,213). Sum of RGB (Red+Green+Blue) = 160+88+213=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #A058D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058D5 is #5FA72A. Grayscale: #7B7B7B. Windows color (decimal): -6268715 or 13981856. OLE color: 13981856.

HSL color Cylindrical-coordinate representation of color #A058D5: hue angle of 274.56º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A058D5 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16088213-
CMYK0.250.5900.16
HSL274.56º59.81%59.02%-
HSV(B)274.56º58.69%83.53%-
XYZ3019.2665.09-
YUV123.78178.35153.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 213 (83.59% from 255) = 46.20%
R=34.71%
G=19.09%
B=46.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160882130.250.5900.16274.5659.8159.02
HexA058D5193B0101133c3b
Octal24013032531730204237473
Binary1010000010110001101010111001111011010000100010011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058D5; }

 p { color: rgb(160,88,213); }

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

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

 a { background-color: rgb(160,88,213); }

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

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

 span { border-color: rgb(160,88,213); }

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