Html Css Color HEX #A059CC Amethyst

📋 copy color: '#A059CC'

red 160 ◦ green 89 ◦ blue 204

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

Shades of Amethyst #A059CC

Tints of Amethyst #A059CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 35.32%
G = 19.65%
B = 45.03%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A059CC (or 0xA059CC) is known color: Amethyst. HEX triplet: A0, 59 and CC. RGB value is (160,89,204). Sum of RGB (Red+Green+Blue) = 160+89+204=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A059CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059CC is #5FA633. Grayscale: #7A7A7A. Windows color (decimal): -6268468 or 13392288. OLE color: 13392288.

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

Color convert

RGB 160 89 204 -
CMYK 0.22 0.56 0 0.2
HSL 277.04º 0.53% 0.57% -
HSV(B) 277.04º 0.56% 0.8% -
XYZ 28.97 18.98 59.26 -
YUV 123.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 160 89 204 0.22 0.56 0 0.2 277.04 0.53 0.57
Hex A0 59 CC 16 38 0 14 115 35 39
Octal 240 131 314 26 70 0 24 425 65 71
Binary 10100000 1011001 11001100 10110 111000 0 10100 100010101 110101 111001

Color Harmonies of #A059CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059CC

Black with #A059CC

Text Example


Text Example

White with #A059CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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