#a058e8

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

Shades of Amethyst #A058E8

Tints of Amethyst #A058E8

Color information

#A058E8 (or 0xA058E8) is unknown color: approx Amethyst. HEX triplet: A0, 58 and E8. RGB value is (160,88,232). Sum of RGB (Red+Green+Blue) = 160+88+232=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #A058E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058E8 is #5FA717. Grayscale: #7D7D7D. Windows color (decimal): -6268696 or 15227040. OLE color: 15227040.

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

Color convert

RGB16088232-
CMYK0.310.6200.09
HSL270º75.79%62.75%-
HSV(B)270º62.07%90.98%-
XYZ32.5520.2878.54-
YUV125.94187.85152.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 18.33%
BLUE value IS 232 (91.02% from 255) = 48.33%
R=33.33%
G=18.33%
B=48.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal160882320.310.6200.0927075.7962.75
HexA058E81F3E0910e4c3f
Octal240130350377601141611477
Binary1010000010110001110100011111111110010011000011101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a058e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a058e8; }

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

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

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

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

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

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

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

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