Html Css Color HEX #A056E9 Amethyst

📋 copy color: '#A056E9'

red 160 ◦ green 86 ◦ blue 233

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

Shades of Amethyst #A056E9

Tints of Amethyst #A056E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.64%

R = 33.4%
G = 17.95%
B = 48.64%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A056E9 (or 0xA056E9) is known color: Amethyst. HEX triplet: A0, 56 and E9. RGB value is (160,86,233). Sum of RGB (Red+Green+Blue) = 160+86+233=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #A056E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056E9 is #5FA916. Grayscale: #7C7C7C. Windows color (decimal): -6269207 or 15292064. OLE color: 15292064.

HSL color Cylindrical-coordinate representation of color #A056E9: hue angle of 270.2º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A056E9 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 86 233 -
CMYK 0.31 0.63 0 0.09
HSL 270.2º 0.77% 0.63% -
HSV(B) 270.2º 0.63% 0.91% -
XYZ 32.53 20.01 79.24 -
YUV 124.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 160 86 233 0.31 0.63 0 0.09 270.2 0.77 0.63
Hex A0 56 E9 1F 3F 0 9 10E 4D 3F
Octal 240 126 351 37 77 0 11 416 115 77
Binary 10100000 1010110 11101001 11111 111111 0 1001 100001110 1001101 111111

Color Harmonies of #A056E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056E9

Black with #A056E9

Text Example


Text Example

White with #A056E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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