Html Css Color HEX #A056DA Amethyst

📋 copy color: '#A056DA'

red 160 ◦ green 86 ◦ blue 218

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

Shades of Amethyst #A056DA

Tints of Amethyst #A056DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.53%

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

R = 34.48%
G = 18.53%
B = 46.98%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A056DA (or 0xA056DA) is known color: Amethyst. HEX triplet: A0, 56 and DA. RGB value is (160,86,218). Sum of RGB (Red+Green+Blue) = 160+86+218=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A056DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056DA is #5FA925. Grayscale: #7A7A7A. Windows color (decimal): -6269222 or 14309024. OLE color: 14309024.

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

Color convert

RGB 160 86 218 -
CMYK 0.27 0.61 0 0.15
HSL 273.64º 0.64% 0.6% -
HSV(B) 273.64º 0.61% 0.85% -
XYZ 30.48 19.19 68.43 -
YUV 123.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 160 86 218 0.27 0.61 0 0.15 273.64 0.64 0.6
Hex A0 56 DA 1B 3D 0 F 112 40 3C
Octal 240 126 332 33 75 0 17 422 100 74
Binary 10100000 1010110 11011010 11011 111101 0 1111 100010010 1000000 111100

Color Harmonies of #A056DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056DA

Black with #A056DA

Text Example


Text Example

White with #A056DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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