Html Css Color HEX #A056E5 Amethyst

📋 copy color: '#A056E5'

red 160 ◦ green 86 ◦ blue 229

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

Shades of Amethyst #A056E5

Tints of Amethyst #A056E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.21%

R = 33.68%
G = 18.11%
B = 48.21%

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

#A056E5 (or 0xA056E5) is known color: Amethyst. HEX triplet: A0, 56 and E5. RGB value is (160,86,229). Sum of RGB (Red+Green+Blue) = 160+86+229=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #A056E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056E5 is #5FA91A. Grayscale: #7B7B7B. Windows color (decimal): -6269211 or 15029920. OLE color: 15029920.

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

Color convert

RGB 160 86 229 -
CMYK 0.30 0.62 0 0.10
HSL 271.05º 0.73% 0.62% -
HSV(B) 271.05º 0.62% 0.9% -
XYZ 31.97 19.79 76.26 -
YUV 124.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 160 86 229 0.30 0.62 0 0.10 271.05 0.73 0.62
Hex A0 56 E5 1E 3E 0 A 10F 49 3E
Octal 240 126 345 36 76 0 12 417 111 76
Binary 10100000 1010110 11100101 11110 111110 0 1010 100001111 1001001 111110

Color Harmonies of #A056E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056E5

Black with #A056E5

Text Example


Text Example

White with #A056E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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