Html Css Color HEX #A057E5 Amethyst

📋 copy color: '#A057E5'

red 160 ◦ green 87 ◦ blue 229

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

Shades of Amethyst #A057E5

Tints of Amethyst #A057E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.11%

R = 33.61%
G = 18.28%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A057E5 (or 0xA057E5) is known color: Amethyst. HEX triplet: A0, 57 and E5. RGB value is (160,87,229). Sum of RGB (Red+Green+Blue) = 160+87+229=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #A057E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057E5 is #5FA81A. Grayscale: #7C7C7C. Windows color (decimal): -6268955 or 15030176. OLE color: 15030176.

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

Color convert

RGB 160 87 229 -
CMYK 0.30 0.62 0 0.10
HSL 270.85º 0.73% 0.62% -
HSV(B) 270.85º 0.62% 0.9% -
XYZ 32.05 19.95 76.29 -
YUV 125.02 186.68 152.95 -
System Red Green Blue C M Y K H S L
Decimal 160 87 229 0.30 0.62 0 0.10 270.85 0.73 0.62
Hex A0 57 E5 1E 3E 0 A 10F 49 3E
Octal 240 127 345 36 76 0 12 417 111 76
Binary 10100000 1010111 11100101 11110 111110 0 1010 100001111 1001001 111110

Color Harmonies of #A057E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057E5

Black with #A057E5

Text Example


Text Example

White with #A057E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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