Html Css Color HEX #A156CE Amethyst

📋 copy color: '#A156CE'

red 161 ◦ green 86 ◦ blue 206

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

Shades of Amethyst #A156CE

Tints of Amethyst #A156CE

RGB

 RED value IS 161 (63.28% from 255) = 35.54%

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

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

R = 35.54%
G = 18.98%
B = 45.47%

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

#A156CE (or 0xA156CE) is known color: Amethyst. HEX triplet: A1, 56 and CE. RGB value is (161,86,206). Sum of RGB (Red+Green+Blue) = 161+86+206=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #A156CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156CE is #5EA931. Grayscale: #797979. Windows color (decimal): -6203698 or 13522593. OLE color: 13522593.

HSL color Cylindrical-coordinate representation of color #A156CE: hue angle of 277.5º 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 #A156CE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 86 206 -
CMYK 0.22 0.58 0 0.19
HSL 277.5º 0.55% 0.57% -
HSV(B) 277.5º 0.58% 0.81% -
XYZ 29.17 18.69 60.46 -
YUV 122.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 161 86 206 0.22 0.58 0 0.19 277.5 0.55 0.57
Hex A1 56 CE 16 3A 0 13 116 37 39
Octal 241 126 316 26 72 0 23 426 67 71
Binary 10100001 1010110 11001110 10110 111010 0 10011 100010110 110111 111001

Color Harmonies of #A156CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156CE

Black with #A156CE

Text Example


Text Example

White with #A156CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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