Html Css Color HEX #A156D8 Amethyst

📋 copy color: '#A156D8'

red 161 ◦ green 86 ◦ blue 216

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

Shades of Amethyst #A156D8

Tints of Amethyst #A156D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 34.77%
G = 18.57%
B = 46.65%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A156D8 (or 0xA156D8) is known color: Amethyst. HEX triplet: A1, 56 and D8. RGB value is (161,86,216). Sum of RGB (Red+Green+Blue) = 161+86+216=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #A156D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156D8 is #5EA927. Grayscale: #7A7A7A. Windows color (decimal): -6203688 or 14177953. OLE color: 14177953.

HSL color Cylindrical-coordinate representation of color #A156D8: hue angle of 274.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A156D8 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 86 216 -
CMYK 0.25 0.60 0 0.15
HSL 274.62º 0.63% 0.59% -
HSV(B) 274.62º 0.6% 0.85% -
XYZ 30.42 19.19 67.07 -
YUV 123.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 161 86 216 0.25 0.60 0 0.15 274.62 0.63 0.59
Hex A1 56 D8 19 3C 0 F 113 3E 3B
Octal 241 126 330 31 74 0 17 423 76 73
Binary 10100001 1010110 11011000 11001 111100 0 1111 100010011 111110 111011

Color Harmonies of #A156D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156D8

Black with #A156D8

Text Example


Text Example

White with #A156D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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