Html Css Color HEX #A057CE Amethyst

📋 copy color: '#A057CE'

red 160 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #A057CE

Tints of Amethyst #A057CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.21%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 35.32%
G = 19.21%
B = 45.47%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A057CE (or 0xA057CE) is known color: Amethyst. HEX triplet: A0, 57 and CE. RGB value is (160,87,206). Sum of RGB (Red+Green+Blue) = 160+87+206=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #A057CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057CE is #5FA831. Grayscale: #797979. Windows color (decimal): -6268978 or 13522848. OLE color: 13522848.

HSL color Cylindrical-coordinate representation of color #A057CE: hue angle of 276.81º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A057CE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 87 206 -
CMYK 0.22 0.58 0 0.19
HSL 276.81º 0.55% 0.57% -
HSV(B) 276.81º 0.58% 0.81% -
XYZ 29.05 18.75 60.48 -
YUV 122.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 160 87 206 0.22 0.58 0 0.19 276.81 0.55 0.57
Hex A0 57 CE 16 3A 0 13 115 37 39
Octal 240 127 316 26 72 0 23 425 67 71
Binary 10100000 1010111 11001110 10110 111010 0 10011 100010101 110111 111001

Color Harmonies of #A057CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057CE

Black with #A057CE

Text Example


Text Example

White with #A057CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057CE; }

 p { color: rgb(160,87,206); }

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

background-color css

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

 a { background-color: rgb(160,87,206); }

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

border-color css

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

 span { border-color: rgb(160,87,206); }

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