Html Css Color HEX #A059D5 Amethyst

📋 copy color: '#A059D5'

red 160 ◦ green 89 ◦ blue 213

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

Shades of Amethyst #A059D5

Tints of Amethyst #A059D5

RGB

 RED value IS 160 (62.89% from 255) = 34.63%

 GREEN value IS 89 (35.16% from 255) = 19.26%

 BLUE value IS 213 (83.59% from 255) = 46.1%

R = 34.63%
G = 19.26%
B = 46.1%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A059D5 (or 0xA059D5) is known color: Amethyst. HEX triplet: A0, 59 and D5. RGB value is (160,89,213). Sum of RGB (Red+Green+Blue) = 160+89+213=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #A059D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059D5 is #5FA62A. Grayscale: #7B7B7B. Windows color (decimal): -6268459 or 13982112. OLE color: 13982112.

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

Color convert

RGB 160 89 213 -
CMYK 0.25 0.58 0 0.16
HSL 274.35º 0.6% 0.59% -
HSV(B) 274.35º 0.58% 0.84% -
XYZ 30.08 19.42 65.11 -
YUV 124.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 160 89 213 0.25 0.58 0 0.16 274.35 0.6 0.59
Hex A0 59 D5 19 3A 0 10 112 3C 3B
Octal 240 131 325 31 72 0 20 422 74 73
Binary 10100000 1011001 11010101 11001 111010 0 10000 100010010 111100 111011

Color Harmonies of #A059D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059D5

Black with #A059D5

Text Example


Text Example

White with #A059D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059D5; }

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

 H1.HeaderClassName
 {
   color: #A059D5;
 }
 .AnyTagClassName
 {
   color: #A059D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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