Html Css Color HEX #A156D6 Amethyst

📋 copy color: '#A156D6'

red 161 ◦ green 86 ◦ blue 214

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

Shades of Amethyst #A156D6

Tints of Amethyst #A156D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.42%

R = 34.92%
G = 18.66%
B = 46.42%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A156D6 (or 0xA156D6) is known color: Amethyst. HEX triplet: A1, 56 and D6. RGB value is (161,86,214). Sum of RGB (Red+Green+Blue) = 161+86+214=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #A156D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156D6 is #5EA929. Grayscale: #7A7A7A. Windows color (decimal): -6203690 or 14046881. OLE color: 14046881.

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

Color convert

RGB 161 86 214 -
CMYK 0.25 0.60 0 0.16
HSL 275.16º 0.61% 0.59% -
HSV(B) 275.16º 0.6% 0.84% -
XYZ 30.16 19.09 65.71 -
YUV 123.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 161 86 214 0.25 0.60 0 0.16 275.16 0.61 0.59
Hex A1 56 D6 19 3C 0 10 113 3D 3B
Octal 241 126 326 31 74 0 20 423 75 73
Binary 10100001 1010110 11010110 11001 111100 0 10000 100010011 111101 111011

Color Harmonies of #A156D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156D6

Black with #A156D6

Text Example


Text Example

White with #A156D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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