Html Css Color HEX #A057DA Amethyst

📋 copy color: '#A057DA'

red 160 ◦ green 87 ◦ blue 218

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

Shades of Amethyst #A057DA

Tints of Amethyst #A057DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 34.41%
G = 18.71%
B = 46.88%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A057DA (or 0xA057DA) is known color: Amethyst. HEX triplet: A0, 57 and DA. RGB value is (160,87,218). Sum of RGB (Red+Green+Blue) = 160+87+218=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #A057DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A057DA is #5FA825. Grayscale: #7B7B7B. Windows color (decimal): -6268966 or 14309280. OLE color: 14309280.

HSL color Cylindrical-coordinate representation of color #A057DA: hue angle of 273.44º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A057DA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 87 218 -
CMYK 0.27 0.60 0 0.15
HSL 273.44º 0.64% 0.6% -
HSV(B) 273.44º 0.6% 0.85% -
XYZ 30.56 19.35 68.45 -
YUV 123.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 160 87 218 0.27 0.60 0 0.15 273.44 0.64 0.6
Hex A0 57 DA 1B 3C 0 F 111 40 3C
Octal 240 127 332 33 74 0 17 421 100 74
Binary 10100000 1010111 11011010 11011 111100 0 1111 100010001 1000000 111100

Color Harmonies of #A057DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A057DA

Black with #A057DA

Text Example


Text Example

White with #A057DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A057DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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