#A058CC

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

Shades of Amethyst #A058CC

Tints of Amethyst #A058CC

Color information

#A058CC (or 0xA058CC) is unknown color: approx Amethyst. HEX triplet: A0, 58 and CC. RGB value is (160,88,204). Sum of RGB (Red+Green+Blue) = 160+88+204=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A058CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A058CC is #5FA733. Grayscale: #7A7A7A. Windows color (decimal): -6268724 or 13392032. OLE color: 13392032.

HSL color Cylindrical-coordinate representation of color #A058CC: hue angle of 277.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A058CC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16088204-
CMYK0.220.5700.2
HSL277.24º53.21%57.25%-
HSV(B)277.24º56.86%80%-
XYZ28.8918.8159.24-
YUV122.75173.85154.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=35.40%
G=19.47%
B=45.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160882040.220.5700.2277.2453.2157.25
HexA058CC16390141153539
Octal24013031426710244256571
Binary1010000010110001100110010110111001010100100010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A058CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A058CC; }

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

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

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

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

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

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

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

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