Html Css Color HEX #A156DF Amethyst

📋 copy color: '#A156DF'

red 161 ◦ green 86 ◦ blue 223

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

Shades of Amethyst #A156DF

Tints of Amethyst #A156DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 34.26%
G = 18.3%
B = 47.45%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A156DF (or 0xA156DF) is known color: Amethyst. HEX triplet: A1, 56 and DF. RGB value is (161,86,223). Sum of RGB (Red+Green+Blue) = 161+86+223=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #A156DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A156DF is #5EA920. Grayscale: #7B7B7B. Windows color (decimal): -6203681 or 14636705. OLE color: 14636705.

HSL color Cylindrical-coordinate representation of color #A156DF: hue angle of 272.85º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A156DF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 86 223 -
CMYK 0.28 0.61 0 0.13
HSL 272.85º 0.68% 0.61% -
HSV(B) 272.85º 0.61% 0.87% -
XYZ 31.35 19.56 71.94 -
YUV 124.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 161 86 223 0.28 0.61 0 0.13 272.85 0.68 0.61
Hex A1 56 DF 1C 3D 0 D 111 44 3D
Octal 241 126 337 34 75 0 15 421 104 75
Binary 10100001 1010110 11011111 11100 111101 0 1101 100010001 1000100 111101

Color Harmonies of #A156DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156DF

Black with #A156DF

Text Example


Text Example

White with #A156DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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