Html Css Color HEX #A057E3 Amethyst

📋 copy color: '#A057E3'

red 160 ◦ green 87 ◦ blue 227

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

Shades of Amethyst #A057E3

Tints of Amethyst #A057E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.89%

R = 33.76%
G = 18.35%
B = 47.89%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A057E3 (or 0xA057E3) is known color: Amethyst. HEX triplet: A0, 57 and E3. RGB value is (160,87,227). Sum of RGB (Red+Green+Blue) = 160+87+227=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #A057E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057E3 is #5FA81C. Grayscale: #7C7C7C. Windows color (decimal): -6268957 or 14899104. OLE color: 14899104.

HSL color Cylindrical-coordinate representation of color #A057E3: hue angle of 271.29º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A057E3 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 87 227 -
CMYK 0.30 0.62 0 0.11
HSL 271.29º 0.71% 0.62% -
HSV(B) 271.29º 0.62% 0.89% -
XYZ 31.77 19.84 74.83 -
YUV 124.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 160 87 227 0.30 0.62 0 0.11 271.29 0.71 0.62
Hex A0 57 E3 1E 3E 0 B 10F 47 3E
Octal 240 127 343 36 76 0 13 417 107 76
Binary 10100000 1010111 11100011 11110 111110 0 1011 100001111 1000111 111110

Color Harmonies of #A057E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057E3

Black with #A057E3

Text Example


Text Example

White with #A057E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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