Html Css Color HEX #A056CE Amethyst

📋 copy color: '#A056CE'

red 160 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #A056CE

Tints of Amethyst #A056CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 35.4%
G = 19.03%
B = 45.58%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A056CE (or 0xA056CE) is known color: Amethyst. HEX triplet: A0, 56 and CE. RGB value is (160,86,206). Sum of RGB (Red+Green+Blue) = 160+86+206=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #A056CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A056CE is #5FA931. Grayscale: #797979. Windows color (decimal): -6269234 or 13522592. OLE color: 13522592.

HSL color Cylindrical-coordinate representation of color #A056CE: hue angle of 277º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A056CE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 86 206 -
CMYK 0.22 0.58 0 0.19
HSL 277º 0.55% 0.57% -
HSV(B) 277º 0.58% 0.81% -
XYZ 28.97 18.59 60.45 -
YUV 121.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 160 86 206 0.22 0.58 0 0.19 277 0.55 0.57
Hex A0 56 CE 16 3A 0 13 115 37 39
Octal 240 126 316 26 72 0 23 425 67 71
Binary 10100000 1010110 11001110 10110 111010 0 10011 100010101 110111 111001

Color Harmonies of #A056CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A056CE

Black with #A056CE

Text Example


Text Example

White with #A056CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A056CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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