Html Css Color HEX #A058D5 Amethyst

📋 copy color: '#A058D5'

red 160 ◦ green 88 ◦ blue 213

#A058D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A058D5

Tints of Amethyst #A058D5

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.2%

R = 34.71%
G = 19.09%
B = 46.2%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A058D5 (or 0xA058D5) is known color: 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

RGB 160 88 213 -
CMYK 0.25 0.59 0 0.16
HSL 274.56º 0.6% 0.59% -
HSV(B) 274.56º 0.59% 0.84% -
XYZ 30 19.26 65.09 -
YUV 123.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 160 88 213 0.25 0.59 0 0.16 274.56 0.6 0.59
Hex A0 58 D5 19 3B 0 10 113 3C 3B
Octal 240 130 325 31 73 0 20 423 74 73
Binary 10100000 1011000 11010101 11001 111011 0 10000 100010011 111100 111011

Color Harmonies of #A058D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058D5

Black with #A058D5

Text Example


Text Example

White with #A058D5

Text Example


Text Example

HTML Codes & Css Web 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>