Html Css Color HEX #A057E6 Amethyst

📋 copy color: '#A057E6'

red 160 ◦ green 87 ◦ blue 230

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

Shades of Amethyst #A057E6

Tints of Amethyst #A057E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.22%

R = 33.54%
G = 18.24%
B = 48.22%

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

#A057E6 (or 0xA057E6) is known color: Amethyst. HEX triplet: A0, 57 and E6. RGB value is (160,87,230). Sum of RGB (Red+Green+Blue) = 160+87+230=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #A057E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A057E6 is #5FA819. Grayscale: #7C7C7C. Windows color (decimal): -6268954 or 15095712. OLE color: 15095712.

HSL color Cylindrical-coordinate representation of color #A057E6: hue angle of 270.63º degrees, saturation: 0.74, 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 #A057E6 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 87 230 -
CMYK 0.30 0.62 0 0.10
HSL 270.63º 0.74% 0.62% -
HSV(B) 270.63º 0.62% 0.9% -
XYZ 32.19 20 77.03 -
YUV 125.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 160 87 230 0.30 0.62 0 0.10 270.63 0.74 0.62
Hex A0 57 E6 1E 3E 0 A 10F 4A 3E
Octal 240 127 346 36 76 0 12 417 112 76
Binary 10100000 1010111 11100110 11110 111110 0 1010 100001111 1001010 111110

Color Harmonies of #A057E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057E6

Black with #A057E6

Text Example


Text Example

White with #A057E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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