Html Css Color HEX #A059E9 Amethyst

📋 copy color: '#A059E9'

red 160 ◦ green 89 ◦ blue 233

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

Shades of Amethyst #A059E9

Tints of Amethyst #A059E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.34%

R = 33.2%
G = 18.46%
B = 48.34%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A059E9 (or 0xA059E9) is known color: Amethyst. HEX triplet: A0, 59 and E9. RGB value is (160,89,233). Sum of RGB (Red+Green+Blue) = 160+89+233=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #A059E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059E9 is #5FA616. Grayscale: #7E7E7E. Windows color (decimal): -6268439 or 15292832. OLE color: 15292832.

HSL color Cylindrical-coordinate representation of color #A059E9: hue angle of 269.58º degrees, saturation: 0.77, 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 #A059E9 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 89 233 -
CMYK 0.31 0.62 0 0.09
HSL 269.58º 0.77% 0.63% -
HSV(B) 269.58º 0.62% 0.91% -
XYZ 32.78 20.5 79.32 -
YUV 126.65 188.02 151.79 -
System Red Green Blue C M Y K H S L
Decimal 160 89 233 0.31 0.62 0 0.09 269.58 0.77 0.63
Hex A0 59 E9 1F 3E 0 9 10E 4D 3F
Octal 240 131 351 37 76 0 11 416 115 77
Binary 10100000 1011001 11101001 11111 111110 0 1001 100001110 1001101 111111

Color Harmonies of #A059E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059E9

Black with #A059E9

Text Example


Text Example

White with #A059E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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