Html Css Color HEX #A056E7 Amethyst

📋 copy color: '#A056E7'

red 160 ◦ green 86 ◦ blue 231

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

Shades of Amethyst #A056E7

Tints of Amethyst #A056E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 33.54%
G = 18.03%
B = 48.43%

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

#A056E7 (or 0xA056E7) is known color: Amethyst. HEX triplet: A0, 56 and E7. RGB value is (160,86,231). Sum of RGB (Red+Green+Blue) = 160+86+231=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #A056E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A056E7 is #5FA918. Grayscale: #7C7C7C. Windows color (decimal): -6269209 or 15160992. OLE color: 15160992.

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

Color convert

RGB 160 86 231 -
CMYK 0.31 0.63 0 0.09
HSL 270.62º 0.75% 0.62% -
HSV(B) 270.62º 0.63% 0.91% -
XYZ 32.25 19.9 77.74 -
YUV 124.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 160 86 231 0.31 0.63 0 0.09 270.62 0.75 0.62
Hex A0 56 E7 1F 3F 0 9 10F 4B 3E
Octal 240 126 347 37 77 0 11 417 113 76
Binary 10100000 1010110 11100111 11111 111111 0 1001 100001111 1001011 111110

Color Harmonies of #A056E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056E7

Black with #A056E7

Text Example


Text Example

White with #A056E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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