Html Css Color HEX #A156D9 Amethyst

📋 copy color: '#A156D9'

red 161 ◦ green 86 ◦ blue 217

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

Shades of Amethyst #A156D9

Tints of Amethyst #A156D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 34.7%
G = 18.53%
B = 46.77%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A156D9 (or 0xA156D9) is known color: Amethyst. HEX triplet: A1, 56 and D9. RGB value is (161,86,217). Sum of RGB (Red+Green+Blue) = 161+86+217=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #A156D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156D9 is #5EA926. Grayscale: #7A7A7A. Windows color (decimal): -6203687 or 14243489. OLE color: 14243489.

HSL color Cylindrical-coordinate representation of color #A156D9: hue angle of 274.35º degrees, saturation: 0.63, 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 #A156D9 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 86 217 -
CMYK 0.26 0.60 0 0.15
HSL 274.35º 0.63% 0.59% -
HSV(B) 274.35º 0.6% 0.85% -
XYZ 30.55 19.24 67.75 -
YUV 123.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 161 86 217 0.26 0.60 0 0.15 274.35 0.63 0.59
Hex A1 56 D9 1A 3C 0 F 112 3F 3B
Octal 241 126 331 32 74 0 17 422 77 73
Binary 10100001 1010110 11011001 11010 111100 0 1111 100010010 111111 111011

Color Harmonies of #A156D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156D9

Black with #A156D9

Text Example


Text Example

White with #A156D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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