Html Css Color HEX #A056EB Amethyst

📋 copy color: '#A056EB'

red 160 ◦ green 86 ◦ blue 235

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

Shades of Amethyst #A056EB

Tints of Amethyst #A056EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 33.26%
G = 17.88%
B = 48.86%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A056EB (or 0xA056EB) is known color: Amethyst. HEX triplet: A0, 56 and EB. RGB value is (160,86,235). Sum of RGB (Red+Green+Blue) = 160+86+235=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #A056EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056EB is #5FA914. Grayscale: #7C7C7C. Windows color (decimal): -6269205 or 15423136. OLE color: 15423136.

HSL color Cylindrical-coordinate representation of color #A056EB: hue angle of 269.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A056EB is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 86 235 -
CMYK 0.32 0.63 0 0.08
HSL 269.8º 0.79% 0.63% -
HSV(B) 269.8º 0.63% 0.92% -
XYZ 32.82 20.13 80.75 -
YUV 125.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 160 86 235 0.32 0.63 0 0.08 269.8 0.79 0.63
Hex A0 56 EB 20 3F 0 8 10E 4F 3F
Octal 240 126 353 40 77 0 10 416 117 77
Binary 10100000 1010110 11101011 100000 111111 0 1000 100001110 1001111 111111

Color Harmonies of #A056EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056EB

Black with #A056EB

Text Example


Text Example

White with #A056EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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