Html Css Color HEX #A056EC Amethyst

📋 copy color: '#A056EC'

red 160 ◦ green 86 ◦ blue 236

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

Shades of Amethyst #A056EC

Tints of Amethyst #A056EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 33.2%
G = 17.84%
B = 48.96%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A056EC (or 0xA056EC) is known color: Amethyst. HEX triplet: A0, 56 and EC. RGB value is (160,86,236). Sum of RGB (Red+Green+Blue) = 160+86+236=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A056EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056EC is #5FA913. Grayscale: #7C7C7C. Windows color (decimal): -6269204 or 15488672. OLE color: 15488672.

HSL color Cylindrical-coordinate representation of color #A056EC: hue angle of 269.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A056EC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 86 236 -
CMYK 0.32 0.64 0 0.07
HSL 269.6º 0.8% 0.63% -
HSV(B) 269.6º 0.64% 0.93% -
XYZ 32.97 20.19 81.52 -
YUV 125.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 160 86 236 0.32 0.64 0 0.07 269.6 0.8 0.63
Hex A0 56 EC 20 40 0 7 10E 50 3F
Octal 240 126 354 40 100 0 7 416 120 77
Binary 10100000 1010110 11101100 100000 1000000 0 111 100001110 1010000 111111

Color Harmonies of #A056EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056EC

Black with #A056EC

Text Example


Text Example

White with #A056EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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